Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.97 KB

QualificationsOption.md

File metadata and controls

38 lines (22 loc) · 1.97 KB

QualificationsOption

Configure parameters returned in the response.

Properties

Name Type Description Notes
limit Integer 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]
startingAfter OffsetDateTime Cursor used for paging. [optional]
filters QualificationsOptionFilters [optional]
expand List<ExpandEnum> 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
sortingRule SortingRuleEnum 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]

Enum: List<ExpandEnum>

Name Value
REDEEMABLE "redeemable"
CATEGORY "category"
VALIDATION_RULES "validation_rules"

Enum: SortingRuleEnum

Name Value
BEST_DEAL "BEST_DEAL"
LEAST_DEAL "LEAST_DEAL"
DEFAULT "DEFAULT"