The Transfer object
A transfer is a transaction that moves money from one account to another account.
The unique identifier assigned by QuickBooks to this transfer. This ID is unique across all transaction types.
The type of object. This value is always "qbd_transfer"
.
"qbd_transfer"
The date and time when this transfer was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user's time zone in QuickBooks.
The date and time when this transfer was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user's time zone in QuickBooks.
The current revision number of this transfer, which changes each time the object is modified. When updating this object, you must provide the most recent revisionNumber
to ensure you're working with the latest data; otherwise, the update will return an error.
The date of this transfer, in ISO 8601 format (YYYY-MM-DD).
The account from which money will be transferred.
The balance of the account from which money will be transferred.
The account to which money will be transferred.
The balance of the account to which money will be transferred.
The transfer's class. Classes can be used to categorize objects into meaningful segments, such as department, location, or type of work. In QuickBooks, class tracking is off by default.
The monetary amount of this transfer, represented as a decimal string.
A memo or note for this transfer, as entered by the user.