Sha256: e50085762c4dd42b99b4d874aea6b21760c412249dbea41b2ffd95af2980a465
Contents?: true
Size: 1.6 KB
Versions: 4
Compression:
Stored size: 1.6 KB
Contents
# VoucherifySdk::QualificationsOption ## 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] | | **starting_after** | **Time** | Cursor used for paging. | [optional] | | **filters** | [**QualificationsOptionFilters**](QualificationsOptionFilters.md) | | [optional] | | **expand** | **Array<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** | **Response Body** | |:---|:---| | [`\"redeemable\"`] | Returns the redeemables':<br>- metadata<br>- redeemable name,<br>- campaign name,<br>- campaign ID| | [`\"category\"`] | - Returns an expanded `categories` object, showing details about the category. | | [`\"validation_rules\"`] | - Returns an expanded `validation_rules` object, showing details about the validation rules. | | [optional] | | **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] |
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
voucherify-8.0.2 | docs/QualificationsOption.md |
voucherify-8.0.1 | docs/QualificationsOption.md |
voucherify-8.0.0 | docs/QualificationsOption.md |
voucherify-7.0.0 | docs/QualificationsOption.md |