BillingCouponCondition
BillingCouponCondition
A condition to be used against BillingCoupon
object types. All fields are
tested for equality and combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | String | Checks for equality with the object’s `id` field. | |
raw | JSON | Checks for equality with the object’s `raw` field. | |
name | String | Checks for equality with the object’s `name` field. | |
discountType | String | Checks for equality with the object’s `discountType` field. | |
discountPercentage | BigFloat | Checks for equality with the object’s `discountPercentage` field. | |
discountAmount | Int | Checks for equality with the object’s `discountAmount` field. | |
currencyCode | CurrencyCode | Checks for equality with the object’s `currencyCode` field. | |
durationType | String | Checks for equality with the object’s `durationType` field. | |
durationMonth | Int | Checks for equality with the object’s `durationMonth` field. | |
validTill | Int | Checks for equality with the object’s `validTill` field. | |
status | String | Checks for equality with the object’s `status` field. |