AvailableOffer
An offer that is available for application as a part of an API response when using the POS API loyalty flow. Typically represents an entry in a user's digital offer wallet.
- nameType: stringrequired
A user-friendly display name for this offer.
- offerType: string
_id requiredA unique identifier for this offer. This value should be used when sending SelectedOffers to the API as part of the POS API loyalty flow.
- validType: boolean
_now requiredWhether or not the offer can be applied to the current transaction.
- expirationType: stringFormat: date-time
_date ISO-8601 format timestamp for when the offer expires. Blank for non-expiring entries.
- invalidType: string
_reason A user-friendly display message to be used when
valid_nowisfalse.