LineItemType

  • Line items can be categorized as regular goods, taxes, discounts, gratuities, delivery charges, subtotals, or fees.

  • UNSPECIFIED is the default value if no other line item type is chosen.

  • FEE acts as a catch-all category for any line item type not explicitly defined by other values, offering flexibility.

Possible values for type of line item.

Enums
UNSPECIFIED Unspecified line item.
REGULAR Regular line item (goods).
TAX Tax line item.
DISCOUNT Discount line item.
GRATUITY Gratuity line item.
DELIVERY Delivery line item.
SUBTOTAL Subtotal line item.
FEE For everything other than the above.