Attributes
Attribute | Type | Description |
---|---|---|
| string | A display name for the discount. Limited to 128 characters. |
| Money | The discount amount. |
{
"displayName": "New Customer Coupon",
"amount": {
"amount": "29.99",
"currency": "EUR"
}
}