Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 578 Bytes

OrderLineItemDiscountType.md

File metadata and controls

19 lines (13 loc) · 578 Bytes

OrderLineItemDiscountType

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.

[Back to Model list] [Back to API list] [Back to README]