Response body schema for GET v1/vouchers/{code}/redemption
.
Name | Type | Description | Notes |
---|---|---|---|
quantity | int | The maximum number of times a voucher can be redeemed. | [optional] |
redeemed_quantity | int | The number of times the voucher was redeemed successfully. | [optional] |
object | str | The type of the object represented by JSON. This object stores information about redemptions in a dictionary. | [optional] [default to 'list'] |
url | str | URL | [optional] |
data_ref | str | Identifies the name of the attribute that contains the array of `redemption_entries`. | [optional] [default to 'redemption_entries'] |
total | int | Total number of redemption objects. | [optional] |
redemption_entries | List[RedemptionEntry] | Contains the array of successful and failed redemption objects. |