BillingCouponFilter
BillingCouponFilter
A filter to be used against BillingCoupon object types. All fields are combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| id | StringFilter | Filter by the object’s `id` field. | |
| raw | JSONFilter | Filter by the object’s `raw` field. | |
| name | StringFilter | Filter by the object’s `name` field. | |
| discountType | StringFilter | Filter by the object’s `discountType` field. | |
| discountPercentage | BigFloatFilter | Filter by the object’s `discountPercentage` field. | |
| discountAmount | IntFilter | Filter by the object’s `discountAmount` field. | |
| currencyCode | CurrencyCodeFilter | Filter by the object’s `currencyCode` field. | |
| durationType | StringFilter | Filter by the object’s `durationType` field. | |
| durationMonth | IntFilter | Filter by the object’s `durationMonth` field. | |
| validTill | IntFilter | Filter by the object’s `validTill` field. | |
| status | StringFilter | Filter by the object’s `status` field. | |
| and | [BillingCouponFilter!] | Checks for all expressions in this list. | |
| or | [BillingCouponFilter!] | Checks for any expressions in this list. | |
| not | BillingCouponFilter | Negates the expression. | |