Studio Service

BillingCouponCondition

BillingCouponCondition

A condition to be used against BillingCoupon object types. All fields are tested for equality and combined with a logical ‘and.’

FieldTypeDescription
idStringChecks for equality with the object’s `id` field.
rawJSONChecks for equality with the object’s `raw` field.
nameStringChecks for equality with the object’s `name` field.
discountTypeStringChecks for equality with the object’s `discountType` field.
discountPercentageBigFloatChecks for equality with the object’s `discountPercentage` field.
discountAmountIntChecks for equality with the object’s `discountAmount` field.
currencyCodeCurrencyCodeChecks for equality with the object’s `currencyCode` field.
durationTypeStringChecks for equality with the object’s `durationType` field.
durationMonthIntChecks for equality with the object’s `durationMonth` field.
validTillIntChecks for equality with the object’s `validTill` field.
statusStringChecks for equality with the object’s `status` field.