ExpirationData

If an offer will expire, this can detail information of when that offer is set to expire.

date
string <date-time>

The date at which the offer will expire. Optional. Use ISO 8601 date and time format for all Toast APIs.

quantity
any <number>

The quantity of the offer that will expire at the expiration date. If not present assumes the entire offer will expire at the expiration date. Optional.

{
  • "date": "2019-08-24T14:15:22Z",
  • "quantity": null
}