Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.25 KB

File metadata and controls

16 lines (12 loc) · 1.25 KB

Voucherify.Model.QualificationsRedeemables

List of redeemables for examine qualification.

Properties

Name Type Description Notes
Object string The type of the object represented by JSON. Default is `list`. [optional]
DataRef string Identifies the name of the attribute that contains the array of qualified redeemables. [optional]
Data List<QualificationsRedeemable> Array of qualified redeemables. [optional]
Total int? The number of redeemables returned in the API request. [optional]
HasMore bool? As results are always limited, the `has_more` flag indicates if there are more records for given parameters. This lets you know if you can run another request (with different options) to get more records returned in the results. [optional]
MoreStartingAfter DateTimeOffset? Timestamp representing the date and time to use in `starting_after` cursor to get more redeemables. [optional]

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