For AI agents: visit https://afterpay-global-api.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Attribute | Type | Description |
|---|
displayName | string required | A display name for the discount. Limited to 128 characters. |
amount | Money required | The discount amount. |
{
"displayName": "New Customer Coupon",
"amount": {
"amount": "29.99",
"currency": "AUD"
}
}
{
"displayName": "New Customer Coupon",
"amount": {
"amount": "29.99",
"currency": "NZD"
}
}
{
"displayName": "New Customer Coupon",
"amount": {
"amount": "29.99",
"currency": "USD"
}
}