Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 666 Bytes

File metadata and controls

11 lines (7 loc) · 666 Bytes

PercentDiscountDetails

Properties

Name Type Description Notes
percentage_discount int Percentage discount [optional]
max_discount_amount double The maximum amount that the percentage discount value can be. If not set then there is no maximum. If set to e.g. 20 euro, and the percentage discount is 25%, and the order total is 100 euro, then the discount will be 20 euro (not 25 euro). [optional]

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