BillingCouponSubscriptionFilter
BillingCouponSubscriptionFilter
A filter to be used against BillingCouponSubscription object types. All fields are combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| billingCouponId | StringFilter | Filter by the object’s `billingCouponId` field. | |
| billingSubscriptionId | StringFilter | Filter by the object’s `billingSubscriptionId` field. | |
| billingCustomerId | StringFilter | Filter by the object’s `billingCustomerId` field. | |
| orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
| raw | JSONFilter | Filter by the object’s `raw` field. | |
| and | [BillingCouponSubscriptionFilter!] | Checks for all expressions in this list. | |
| or | [BillingCouponSubscriptionFilter!] | Checks for any expressions in this list. | |
| not | BillingCouponSubscriptionFilter | Negates the expression. | |