TaxPayment
Query QuickBooks Tax Payment.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The Id of the tax Payment. | |
| SyncToken | String | Cersion number of the object. It is used to lock an object for use by one app at a time. As soon as an application modifies an object, its SyncToken is incremented. Attempts to modify an object specifying an older SyncToken fails. Only the latest version of the object is maintained by QuickBooks Online. | |
| MetaData_CreateTime | Datetime | Time the entity was created in the source domain. | |
| MetaData_LastUpdatedTime | Datetime | Time the entity was last updated in the source domain. | |
| PaymentDate | Date | Indicates the tax payment date. | |
| PaymentAccountRef | String | Indicates the Account ID from which the payment was made (or refund was moved to). | |
| PaymentAccountRef_Name | String | Indicates the Account name from which the payment was made. | |
| PaymentAmount | Decimal | Name of the tax classification. | |
| Refund | Boolean | Indicate if this transaction is a refund. Returns false for the payment.. |