ExOanda.AccountProperties (ExOanda v0.2.3)

Copy Markdown View Source

Schema for Oanda account properties.

Oanda Docs

Summary

Types

t()

@type t() :: %ExOanda.AccountProperties{
  id: String.t() | nil,
  mt4_account_id: integer() | nil,
  tags: [String.t()] | nil
}