ExOanda.Response.ListTransactions (ExOanda v0.2.3)

Copy Markdown View Source

Schema for Oanda list transactions response.

Oanda Docs

Summary

Types

t()

@type t() :: %ExOanda.Response.ListTransactions{
  count: integer() | nil,
  from: DateTime.t() | nil,
  last_transaction_id: String.t() | nil,
  page_size: integer() | nil,
  pages: [String.t()] | nil,
  to: DateTime.t() | nil,
  type: [String.t()] | nil
}