Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 1.01 KB

VouchersRedemptionGetResponseBody.md

File metadata and controls

15 lines (12 loc) · 1.01 KB

# VouchersRedemptionGetResponseBody

Properties

Name Type Description Notes
quantity int The maximum number of times a voucher can be redeemed.
redeemed_quantity int The number of times the voucher was redeemed successfully.
object string The type of object represented by JSON. This object stores information about redemptions in a dictionary. [default to 'list']
url string URL
data_ref string Identifies the name of the attribute that contains the array of `redemption_entries`. [default to 'redemption_entries']
total int Total number of redemption objects.
redemption_entries \OpenAPI\Client\Model\VouchersRedemptionGetResponseBodyRedemptionEntriesItem[]

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