BillingRenewalCondition
BillingRenewalCondition
A condition to be used against BillingRenewal object types. All fields are
tested for equality and combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| billingSubscriptionId | String | Checks for equality with the object’s `billingSubscriptionId` field. | |
| billingCustomerId | String | Checks for equality with the object’s `billingCustomerId` field. | |
| orgId | UUID | Checks for equality with the object’s `orgId` field. | |
| raw | JSON | Checks for equality with the object’s `raw` field. | |
| subTotal | Int | Checks for equality with the object’s `subTotal` field. | |
| total | Int | Checks for equality with the object’s `total` field. | |
| creditsApplied | Int | Checks for equality with the object’s `creditsApplied` field. | |
| amountPaid | Int | Checks for equality with the object’s `amountPaid` field. | |
| amountDue | Int | Checks for equality with the object’s `amountDue` field. | |
| taxDescription | String | Checks for equality with the object’s `taxDescription` field. | |
| taxRate | BigFloat | Checks for equality with the object’s `taxRate` field. | |
| taxAmount | Int | Checks for equality with the object’s `taxAmount` field. | |
| lineItems | JSON | Checks for equality with the object’s `lineItems` field. | |
| discounts | JSON | Checks for equality with the object’s `discounts` field. | |
| taxes | JSON | Checks for equality with the object’s `taxes` field. | |
| lineItemTaxes | JSON | Checks for equality with the object’s `lineItemTaxes` field. | |
| lineItemDiscounts | JSON | Checks for equality with the object’s `lineItemDiscounts` field. | |
| nextBillingAt | Datetime | Checks for equality with the object’s `nextBillingAt` field. | |
| createdAt | Datetime | Checks for equality with the object’s `createdAt` field. | |