Discount object

Attributes

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

Example Discount object

{
"displayName": "New Customer Coupon",
"amount": {
"amount": "29.99",
"currency": "GBP"
}
}