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

Latest commit

 

History

History
14 lines (11 loc) · 1.2 KB

QualificationsRedeemables.md

File metadata and controls

14 lines (11 loc) · 1.2 KB

# 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 \OpenAPI\Client\Model\QualificationsRedeemable[] Array of qualified redeemables. [optional]
total int The number of redeemables returned in the API request. [optional]
has_more 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]
more_starting_after \DateTime 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]