| Name | Type | ReadOnly | Filterable | Description |
|---|---|---|---|---|
| Id [KEY] | string | true | true | The Id of the payment. |
| TxnDate | date | false | true | The date entered by the user when this transaction occurred. |
| PrivateNote | string | false | false | User entered, organization-private note about the transaction. |
| FromAccountRef | string | false | false | The account Id from which the funds were transfered. |
| FromAccountRef_Name | string | false | false | The account Name from which the funds were transfered. |
| ToAccountRef | string | false | false | The account Id to which the funds were transfered. |
| ToAccountRef_Name | string | false | false | The account Name to which the funds were transfered. |
| Amount | decimal | false | false | The total amount of the transaction |
| CurrencyRef | string | false | false | The Id of the currency used in the transaction. |
| CurrencyRef_Name | string | true | false | The name of the currency used in the transaction. |
| SyncToken | string | false | false | The sync token. This must be specified when executing an update or delete. |
| MetaData_CreateTime | datetime | true | true | The time the record was created. |
| MetaData_LastUpdatedTime | datetime | true | true | The time the record was last updated. |