VoucherRedeemResponseSchema
messagestring
Response message
statusboolean
Success status of the operation
voucher object
Redeemed voucher details
codestring
Voucher code
idinteger
Voucher ID
statusstring
Voucher status
redemption_countinteger
Current redemption count for a General Voucher
max_redemption_countinteger
Max redemption count for a General Voucher
remaining_redemptionsinteger
Number of remaining redemptions allowed on this voucher.
VoucherRedeemResponseSchema
{
"message": "string",
"status": true,
"voucher": {
"code": "string",
"id": 0,
"status": "string",
"redemption_count": 0,
"max_redemption_count": 0,
"remaining_redemptions": 0
}
}
Was this page helpful?