ProductTaxStatus
in package
Enum class for all the product tax statuses.
Table of Contents
- NONE = 'none'
- Tax status for products that are not taxable.
- SHIPPING = 'shipping'
- Indicates that only the shipping cost should be taxed, not the product itself.
- TAXABLE = 'taxable'
- Tax status for products that are taxable.
Constants
NONE
Tax status for products that are not taxable.
public
string
NONE
= 'none'
SHIPPING
Indicates that only the shipping cost should be taxed, not the product itself.
public
string
SHIPPING
= 'shipping'
TAXABLE
Tax status for products that are taxable.
public
string
TAXABLE
= 'taxable'