Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.06 KB

VouchersRedemptionGetResponseBody.md

File metadata and controls

15 lines (12 loc) · 1.06 KB

# VouchersRedemptionGetResponseBody

Properties

Name Type Description Notes
quantity int The maximum number of times a voucher can be redeemed. [optional]
redeemedQuantity int The number of times the voucher was redeemed successfully. [optional]
object string The type of the object represented by JSON. This object stores information about redemptions in a dictionary. [optional] [default to 'list']
url string URL [optional]
dataRef string 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]
redemptionEntries \OpenAPI\Client\Model\RedemptionEntry[] Contains the array of successful and failed redemption objects.

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