LineItem

Description

The LineItem object represents individual line items that make up an invoice, sales order, or payment.

Properties

TypeNameDescription
stringDiscountRate

Rate used to calculate the discount for the line item.

Note: Required for Level 3 processing.

stringProductRefNumUnique ID of the product or service assigned by EBizCharge.
stringSKUInvoice or document number.
stringCommodityCode

Numeric code used to classify the product or service. See list of Commodity codes.

Note: Required for Level 3 processing.

stringProductNameName of the product.
stringDescriptionDescription of the product name.
stringDiscountAmount

Discount amount for the line item.

Note: Required for Level 3 processing.

stringTaxRate

Tax rate for the line item.

Note: Required for Level 3 processing.

stringUnitOfMeasure

Unit that quantity is measuring. Defaults to EA. See list of valid Unit of Measure codes.

Note: Required for Level 3 processing.

stringUnitPricePrice for one unit of that product or service.
stringQty

Total number of items.

Note: Required for Level 3 processing.

booleanTaxable

Whether or not the line item should be taxed.

Note: Required for Level 3 processing.

Possible Values
  • true - Taxable
  • false - Non-taxable
stringTaxAmount

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
  • SKU
    • Product Name
    • Description
    • Quantity
    • UnitPrice
    • TaxAmount
    • Discount 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
  • SKU
    • Product Name
    • Description
    • Quantity with a value of 1
    • UnitPrice - This field will be the payment amount.
    • TaxAmount