OpenXchangeClient.Model.PasswordChangeBody (open_xchange_client v0.10.1)

Link to this section Summary

Link to this section Types

@type t() :: %OpenXchangeClient.Model.PasswordChangeBody{
  new_password: String.t() | nil,
  old_password: String.t() | nil
}