Use an object based on Offer to represent an offer or promotion code applied to a payment transaction, such as 2OFF for a $2 off discount. The data in Offer appears to the customer in the payment sheet.
| Property | Type | Description | Required |
|---|---|---|---|
| string | The unique code identifying the offer or promotion, such as | Yes |
| string | A user-facing string that describes the offer. | No |