A representation of an asset report transaction.
[R] | Public: | only appears in an Asset Report with Insights. |
[R] | account_id | Plaid's unique identifier for the account. |
[R] | amount | The settled dollar value; positive values when money moves out of the account, negative values when money moves in. |
[R] | date | For pending transactions, Plaid returns the date the transaction occurred; for posted transactions, Plaid returns the date the transaction posts; both dates are returned in an ISO 8601 format (YYYY-MM-DD). |
[R] | iso_currency_code | The ISO currency code of the transaction, either USD or CAD. Always nil if #unofficial_currency_code is non-nil. |
[R] | original_description | The string returned by the financial institution to describe the transaction. |
[R] | pending | When true, identifies the transaction as pending or unsettled; pending transaction details (description, amount) may change before they are settled. |
[R] | transaction_id | Plaid's unique identifier for the transaction. |
[R] | unofficial_currency_code | The unofficial currency code associated with the transaction. Always nil if #iso_currency_code is non-nil. |