OrderLineItemDiscountType
March 13, 2019 ยท View on GitHub
Description
Indicates how the discount is applied to the associated line item or order.
Properties
| Name | Type |
|---|---|
| UNKNOWN_DISCOUNT | string |
| FIXED_PERCENTAGE | string |
| FIXED_AMOUNT | string |
| VARIABLE_PERCENTAGE | string |
| VARIABLE_AMOUNT | string |
Note: All properties are protected and only accessed via getters and setters.