OrderItemType
in package
Enum class for all the order item types.
Tags
Table of Contents
- COUPON = 'coupon'
- Coupon (discount) line item type.
- FEE = 'fee'
- Fee line item type.
- LINE_ITEM = 'line_item'
- Product line item type.
- SHIPPING = 'shipping'
- Shipping line item type.
- TAX = 'tax'
- Tax line item type.
Constants
COUPON
Coupon (discount) line item type.
public
string
COUPON
= 'coupon'
FEE
Fee line item type.
public
string
FEE
= 'fee'
LINE_ITEM
Product line item type.
public
string
LINE_ITEM
= 'line_item'
SHIPPING
Shipping line item type.
public
string
SHIPPING
= 'shipping'
TAX
Tax line item type.
public
string
TAX
= 'tax'
