Studio Service

BillingCouponFilter

BillingCouponFilter

A filter to be used against BillingCoupon object types. All fields are combined with a logical ‘and.’

FieldTypeDescription
idStringFilterFilter by the object’s `id` field.
rawJSONFilterFilter by the object’s `raw` field.
nameStringFilterFilter by the object’s `name` field.
discountTypeStringFilterFilter by the object’s `discountType` field.
discountPercentageBigFloatFilterFilter by the object’s `discountPercentage` field.
discountAmountIntFilterFilter by the object’s `discountAmount` field.
currencyCodeCurrencyCodeFilterFilter by the object’s `currencyCode` field.
durationTypeStringFilterFilter by the object’s `durationType` field.
durationMonthIntFilterFilter by the object’s `durationMonth` field.
validTillIntFilterFilter by the object’s `validTill` field.
statusStringFilterFilter by the object’s `status` field.
and[BillingCouponFilter!]Checks for all expressions in this list.
or[BillingCouponFilter!]Checks for any expressions in this list.
notBillingCouponFilterNegates the expression.