Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.14 KB

ParameterFiltersListCustomerRedeemablesRedeemableObjectConditions.md

File metadata and controls

19 lines (13 loc) · 1.14 KB

ParameterFiltersListCustomerRedeemablesRedeemableObjectConditions

Properties

Name Type Description Notes
var_in List[str] Array of resource values that should be included in the results (multiple values). [optional]
not_in List[str] Array of resource values that should be included in the results (multiple values). [optional]
var_is str Value is exactly this value (single value). [optional] [default to 'voucher']
is_not str Results omit this value (single value). [optional] [default to 'voucher']
has_value str Value is NOT null. The value for this parameter is an empty string. [optional]
is_unknown str Value is null. The value for this parameter is an empty string. [optional]
starts_with str Value starts with the specified string. [optional]
ends_with str Value ends with the specified string. [optional]

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