ExOanda.Response.AccountChanges (ExOanda v0.2.3)

Copy Markdown View Source

Schema for Oanda account changes response.

Oanda Docs

Summary

Types

t()

@type t() :: %ExOanda.Response.AccountChanges{
  changes: ExOanda.AccountChanges.t() | nil,
  last_transaction_id: String.t() | nil,
  state: ExOanda.AccountChangesState.t() | nil
}