Transfers
Create, update, and query Reckon transfers. Requires QBXML version 12.0 or higher.
Columns
| Name | Type | ReadOnly | References | Description |
| ID [KEY] | String | True |
The unique identifier. | |
| TxnNumber | String | True |
The transaction number. An identifying number for the transaction, different from the Reckon-generated Id. | |
| TxnDate | Date | False |
The date of the transaction. | |
| TransferFromAccountRef_ListID | String | False |
Accounts.ID |
The Id for the account from which the funds will be transfered. |
| TransferFromAccountRef_FullName | String | False |
The account from which the funds will be transfered. | |
| FromAccountBalance | Double | True |
The balance of the account from which the funds will be transfered. | |
| TransferToAccountRef_ListID | String | False |
Accounts.ID |
The Id for the account to which the funds will be transfered. |
| TransferToAccountRef_FullName | String | False |
The account to which the funds will be transfered. | |
| ToAccountBalance | Double | True |
The balance of the account to which the funds will be transfered. | |
| ClassRef_ListID | String | False |
Class.ID |
A reference to the class of the transaction. |
| ClassRef_FullName | String | False |
A reference to the class of the transaction. | |
| Amount | Decimal | False |
The total amount for this transfer. | |
| Memo | String | False |
Memo for the transaction. | |
| TimeCreated | Datetime | True |
The datetime the other name was made. | |
| TimeModified | Datetime | True |
The last datetime the other name was modified. | |
| EditSequence | String | True |
An identifier used for versioning for this copy of the object. |