LineItem
Description
The LineItem object represents individual line items that make up an invoice, sales order, or payment.
Properties
Type | Name | Description |
|---|---|---|
string | DiscountRate | Rate used to calculate the discount for the line item. Note: Required for Level 3 processing. |
string | ProductRefNum | Unique ID of the product or service assigned by EBizCharge. |
string | SKU | Invoice or document number. |
string | CommodityCode | Numeric code used to classify the product or service. See list of Commodity codes. Note: Required for Level 3 processing. |
string | ProductName | Name of the product. |
string | Description | Description of the product name. |
string | DiscountAmount | Discount amount for the line item. Note: Required for Level 3 processing. |
string | TaxRate | Tax rate for the line item. Note: Required for Level 3 processing. |
string | UnitOfMeasure | Unit that quantity is measuring. Defaults to Note: Required for Level 3 processing. |
string | UnitPrice | Price for one unit of that product or service. |
string | Qty | Total number of items. Note: Required for Level 3 processing. |
boolean | Taxable | Whether or not the line item should be taxed. Note: Required for Level 3 processing. Possible Values
|
string | TaxAmount | Tax amount for the line item. Note: Required for Level 3 processing. |
Additional Notes
A true line item is a line item for each product or service. Below are the fields required for a true line item:
True Line Item
SKUProduct NameDescriptionQuantityUnitPriceTaxAmountDiscount Amount
A summary line item summarizes a transaction as a single line item. Below are the fields required for a summary line item:
Summary Line Item
SKUProduct NameDescriptionQuantitywith a value of1UnitPrice- This field will be the payment amount.TaxAmount
Updated 4 months ago
