Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 679 Bytes

File metadata and controls

10 lines (7 loc) · 679 Bytes

Flipdish.Model.PercentDiscountDetails

Properties

Name Type Description Notes
PercentageDiscount int? Percentage discount [optional]
MaxDiscountAmount 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]