Item
Description
The Item object represents an item or product.
Properties
| Type | Name | Description |
|---|---|---|
| string | Itemld | Custom identifier for the item. |
| string | ItemInternalId | Internal item ID automatically assigned by EBizCharge. |
| string | Name | The item name. |
| string | Description | Description of product or purchase. |
| decimal | UnitPrice | Individual price of the unit. |
| decimal | Qty | Total number of items. |
| boolean | Taxable | Taxable flag. |
| decimal | TaxRate | The tax rate used for this line item. |
| string | UnitOfMeasure | Unit that quantity is measuring. Defaults to EA. |
| decimal | TotalLineAmount | Total amount for this item. |
| decimal | TotalLineTax | Total tax for this item. |
| int | ItemLineNumber | Line number. |
Updated 6 months ago
