Discount object

Attributes

AttributeTypeStatusDescription
displayNamestringrequiredA display name for the discount. Limited to 128 characters.
amountMoneyrequiredThe discount amount.

Example Discount object

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