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

Latest commit

 

History

History
13 lines (10 loc) · 1.05 KB

QualificationsRedeemables.md

File metadata and controls

13 lines (10 loc) · 1.05 KB

VoucherifySdk::QualificationsRedeemables

Properties

Name Type Description Notes
object String The type of object represented by JSON. Default is `list`. [default to 'list']
data_ref String Identifies the name of the attribute that contains the array of qualified redeemables. [default to 'data']
data Array<QualificationsRedeemable> Array of qualified redeemables.
total Integer The number of redeemables returned in the API request.
has_more Boolean As results are always limited, the `has_more` flag indicates whether there are more records for given parameters. This let's you know if you are able to run another request (with different options) to get more records returned in the results.
more_starting_after Time Timestamp representing the date and time to use in starting_after cursor to get more redeemables. [optional]