Discount object

Attributes

AttributeTypeDescription
displayNamestring requiredA display name for the discount. Limited to 128 characters.
amountMoney requiredThe discount amount.

Example Discount object

1{
2 "displayName": "New Customer Coupon",
3 "amount": {
4 "amount": "29.99",
5 "currency": "GBP"
6 }
7}