A MarginCallExtendTransaction is created when the margin call state for an Account has been extended.
Summary
Types
@type t() :: %ExOanda.MarginCallExtendTransaction{ account_id: String.t() | nil, batch_id: String.t() | nil, extension_number: integer() | nil, id: String.t() | nil, request_id: String.t() | nil, time: DateTime.t() | nil, type: ExOanda.Type.Atom.t() | nil, user_id: integer() | nil }