Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.09 KB

File metadata and controls

13 lines (10 loc) · 1.09 KB

VoucherifySdk::QualificationsRedeemables

Properties

Name Type Description Notes
object String The type of the object represented by JSON. Default is `list`. [optional][default to 'list']
data_ref String Identifies the name of the attribute that contains the array of qualified redeemables. [optional][default to 'data']
data Array<QualificationsRedeemable> Array of qualified redeemables. [optional]
total Integer The number of redeemables returned in the API request. [optional]
has_more Boolean 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]
more_starting_after Time Timestamp representing the date and time to use in `starting_after` cursor to get more redeemables. [optional]