BillingRenewalFutureFilter
BillingRenewalFutureFilter
A filter to be used against BillingRenewalFuture
object types. All fields are combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
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. | |
subTotal | IntFilter | Filter by the object’s `subTotal` field. | |
total | IntFilter | Filter by the object’s `total` field. | |
creditsApplied | IntFilter | Filter by the object’s `creditsApplied` field. | |
amountPaid | IntFilter | Filter by the object’s `amountPaid` field. | |
amountDue | IntFilter | Filter by the object’s `amountDue` field. | |
taxDescription | StringFilter | Filter by the object’s `taxDescription` field. | |
taxRate | BigFloatFilter | Filter by the object’s `taxRate` field. | |
taxAmount | IntFilter | Filter by the object’s `taxAmount` field. | |
lineItems | JSONFilter | Filter by the object’s `lineItems` field. | |
discounts | JSONFilter | Filter by the object’s `discounts` field. | |
taxes | JSONFilter | Filter by the object’s `taxes` field. | |
lineItemTaxes | JSONFilter | Filter by the object’s `lineItemTaxes` field. | |
lineItemDiscounts | JSONFilter | Filter by the object’s `lineItemDiscounts` field. | |
nextBillingAt | DatetimeFilter | Filter by the object’s `nextBillingAt` field. | |
createdAt | DatetimeFilter | Filter by the object’s `createdAt` field. | |
and | [BillingRenewalFutureFilter!] | Checks for all expressions in this list. | |
or | [BillingRenewalFutureFilter!] | Checks for any expressions in this list. | |
not | BillingRenewalFutureFilter | Negates the expression. |