Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.61 KB

QualificationsOption.md

File metadata and controls

13 lines (10 loc) · 1.61 KB

# QualificationsOption

Properties

Name Type Description Notes
limit int The maximum number of redeemables to be returned in the API request. The actual number of returned redeemables will be determined by the API. The default value is set to 5 [optional]
starting_after \DateTime Cursor used for paging. [optional]
filters \OpenAPI\Client\Model\QualificationsOptionFilters [optional]
expand string[] The expand array lets you configure the parameters included in the response. Depending on the strings included in the array, the response will contain different details. Expand Option
sorting_rule string Is used to determine the order in which data is displayed in the result array. - `DEFAULT` - Sorting descending by `created_at` - `BEST_DEAL` - Sorting descending by `total_applied_discount_amount` - `LEAST_DEAL` - Sorting ascending by `total_applied_discount_amount` [optional]

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