Schema for Oanda client configure reject transaction.
Summary
Types
@type t() :: %ExOanda.ClientConfigureRejectTransaction{ account_id: String.t() | nil, alias: String.t() | nil, batch_id: integer() | nil, id: String.t() | nil, marginRate: float() | nil, reject_reason: String.t() | nil, request_id: integer() | nil, time: String.t() | nil, type: ExOanda.Type.Atom.t() | nil, user_id: integer() | nil }