TenderCoupon

Coupon returned by the tender provider that can be applied to a check as a form of payment.

consumedTime
string <date-time>

The date on which the coupon was consumed, provided by the tender provider.

identifier
string

The identifier of the coupon, provided by the tender provider. Note that the coupon identifier is not guaranteed to be unique. Required.

info
string

Additional context about the coupon, provided by the tender provider. Not required.

name
string

The name of the coupon. Not required.

status
string

A type describing the availability of the coupon (i.e. if it is eligible to use or if it has been consumed), provided by the tender provider. Not required.

value
number <double>

Monetary amount that the coupon is worth and can be discounted from the check, provided by the tender provider. Not required.

{
  • "name": "string",
  • "identifier": "string",
  • "status": "string",
  • "value": 0,
  • "consumedTime": "2019-08-24T14:15:22Z",
  • "info": "string"
}