Schema for Oanda transaction.
Oanda Docs
@type t() :: %ExOanda.Transaction{ account_id: String.t() | nil, batch_id: String.t() | nil, id: String.t() | nil, request_id: String.t() | nil, time: DateTime.t() | nil, user_id: integer() | nil }