ExOanda.TransferFundsRejectTransaction (ExOanda v0.2.3)

Copy Markdown View Source

A TransferFundsRejectTransaction represents the rejection of the transfer of funds in/out of an Account.

Oanda Docs

Summary

Types

t()

@type t() :: %ExOanda.TransferFundsRejectTransaction{
  account_id: String.t() | nil,
  amount: float() | nil,
  batch_id: String.t() | nil,
  comment: String.t() | nil,
  funding_reason: String.t() | nil,
  id: String.t() | nil,
  reject_reason: String.t() | nil,
  request_id: String.t() | nil,
  time: DateTime.t() | nil,
  type: ExOanda.Type.Atom.t() | nil,
  user_id: integer() | nil
}

Functions

changeset(struct, data)