Cookie Consent by Free Privacy Policy Generator Update cookies preferences

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"
  }
}