Name | Type | Description | Notes |
---|---|---|---|
certificateID | String | This certificateID is decoded from scanning the QR code, and 1:1 mapping with `voucherCode`. | [optional] |
voucherCode | String | A short code for the dine-in voucher purchased by the user. | [optional] |
voucher | Voucher | [optional] | |
voucherStatus | VoucherStatusEnum | The status of the dine-in voucher purchased. Only active voucher is eligible for redemption. | [optional] |
merchantID | String | The merchant's ID that is in GrabFood's database. | [optional] |
campaignID | String | The dine-in voucher campaign's ID in GrabFood's database. | [optional] |
Name | Value |
---|---|
ACTIVE | "ACTIVE" |
REDEEMED | "REDEEMED" |
EXPIRED | "EXPIRED" |
REFUNDED | "REFUNDED" |
UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |