Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 1.32 KB

ParameterFiltersListCustomerRedeemablesRedeemableObjectConditions.md

File metadata and controls

52 lines (28 loc) · 1.32 KB

ParameterFiltersListCustomerRedeemablesRedeemableObjectConditions

Properties

Name Type Description
$in List<InEnum> Array of resource values that should be included in the results (multiple values).
$notIn List<NotInEnum> Array of resource values that should be included in the results (multiple values).
$is IsEnum Value is exactly this value (single value).
$isNot IsNotEnum Results omit this value (single value).
$hasValue String Value is NOT null. The value for this parameter is an empty string.
$isUnknown String Value is null. The value for this parameter is an empty string.
$startsWith String Value starts with the specified string.
$endsWith String Value ends with the specified string.

Enum: List<InEnum>

Name Value
VOUCHER "voucher"

Enum: List<NotInEnum>

Name Value
VOUCHER "voucher"

Enum: IsEnum

Name Value
VOUCHER "voucher"

Enum: IsNotEnum

Name Value
VOUCHER "voucher"