PaymentMethods
Handles QuickBooks Payment Methods, supporting creation, updates, deletion, and queries for payment categorization.
Columns
Name | Type | ReadOnly | References | ColumnSize | Description |
ID [KEY] | String | True | 255 |
The unique identifier for the payment method. | |
Name | String | False | 31 |
The name of the payment method (for example, Cash, Check, Credit Card). | |
IsActive | Boolean | False |
Indicates whether the payment method is currently active and available for use. | ||
PaymentMethodType | String | False | 100 |
The type of payment method, such as cash, check, or credit card. Requires QBXML version 7.0 or higher. 使用できる値は次のとおりです。AmericanExpress, Cash, Check, DebitCard, Discover, ECheck, GiftCard, MasterCard, Other, OtherCreditCard, Visa | |
EditSequence | String | True | 16 |
An identifier used to track revisions to the payment method. | |
TimeCreated | Datetime | True |
The timestamp indicating when the payment method was initially created. | ||
TimeModified | Datetime | True |
The timestamp indicating the last time the payment method was modified. |