Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 714 Bytes

File metadata and controls

13 lines (8 loc) · 714 Bytes

Square.Connect.Model.CreateOrderRequestDiscount

Properties

Name Type Description Notes
Name string The discount's name. [optional]
Percentage string The percentage of the discount, as a string representation of a decimal number. A value of `7.25` corresponds to a percentage of 7.25%. This value range between 0.0 up to 100.0 [optional]
AmountMoney Money The monetary amount of the discount. [optional]

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