Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 821 Bytes

RedeemResult.md

File metadata and controls

10 lines (7 loc) · 821 Bytes

# RedeemResult

Properties

Name Type Description Notes
success bool To indicate whether the dine-in voucher redemption succeeded. [optional]
code string The code for the reason of failed redemption. Empty if the `success` is true. * `VOUCHER_REDEEMED` - The voucher has already been redeemed. * `INVALID_STATE` - The current status of voucher is EXPIRED or REFUNDED. * `REDEEM_FAILED` - Internal service error. * `INVALID_MERCHANT` - Voucher not applicable for this merchant. * `INVALID_ID` - Invalid certificateID. [optional]

[Back to Model list] [Back to API list] [Back to README]