The unique identifier assigned by QuickBooks to this credit card credit. This ID is unique across all transaction types.
"123ABC-1234567890"
The type of object. This value is always "qbd_credit_card_credit"
.
"qbd_credit_card_credit"
"qbd_credit_card_credit"
The date and time when this credit card credit was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user's computer.
"2025-01-01T12:34:56+00:00"
The date and time when this credit card credit was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user's computer.
"2025-02-01T12:34:56+00:00"
The current QuickBooks-assigned revision number of this credit card credit object, 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.
"1721172183"
The bank or credit card account to which this credit card credit is posted.
{
"id": "80000001-1234567890",
"fullName": "Visa"
}
The vendor or company from whom this credit card credit was received for purchased merchandise or services.
{
"id": "80000001-1234567890",
"fullName": "Office Depot"
}
The date of this credit card credit, in ISO 8601 format (YYYY-MM-DD).
"2024-10-01"
The total monetary amount of this credit card credit, represented as a decimal string. This equals the sum of the amounts in the credit card credit's expense lines, item lines, and item group lines.
"1000.00"
The credit card credit's currency. For built-in currencies, the name and code are standard international values. For user-defined currencies, all values are editable.
{
"id": "80000001-1234567890",
"fullName": "USD"
}
The market exchange rate between this credit card credit's currency and the home currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency).
1.2345
The monetary amount of this credit card credit converted to the home currency of the QuickBooks company file. Represented as a decimal string.
"1234.56"
The case-sensitive user-defined reference number for this credit card credit, which can be used to identify the transaction in QuickBooks. This value is not required to be unique and can be arbitrarily changed by the QuickBooks user.
"CREDIT-1234"
A memo or note for this credit card credit.
"Refund for returned office supplies"
The sales-tax code for this credit card credit, determining whether it is taxable or non-taxable. If set, this overrides any sales-tax codes defined on the payee. This can be overridden on the credit card credit's individual lines.
Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes can also be created in QuickBooks. If QuickBooks is not set up to charge sales tax (via the "Do You Charge Sales Tax?" preference), it will assign the default non-taxable code to all sales.
{
"id": "80000001-1234567890",
"fullName": "Non"
}
A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.
"12345678-abcd-1234-abcd-1234567890ab"
The credit card credit's expense lines, each representing one line in this expense.
The credit card credit's item lines, each representing the purchase of a specific item or service.
The credit card credit's item group lines, each representing a predefined set of items bundled together because they are commonly purchased together or grouped for faster entry.
The custom fields for the credit card credit object, added as user-defined data extensions, not included in the standard QuickBooks object.