Schema for Oanda client configure transaction.
Oanda Docs
@type t() :: %ExOanda.ClientConfigureTransaction{ account_id: String.t() | nil, alias: String.t() | nil, batch_id: integer() | nil, id: String.t() | nil, margin_rate: float() | nil, request_id: integer() | nil, time: String.t() | nil, type: ExOanda.Type.Atom.t() | nil, user_id: integer() | nil }