nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. |
billingSubscriptionId | String! | |
billingCustomerId | String! | |
orgId | UUID! | |
subTotal | Int | |
total | Int | |
creditsApplied | Int | |
amountPaid | Int | |
amountDue | Int | |
taxDescription | String | |
taxRate | BigFloat | |
taxAmount | Int | |
lineItems | JSON | |
discounts | JSON | |
taxes | JSON | |
lineItemTaxes | JSON | |
lineItemDiscounts | JSON | |
nextBillingAt | Datetime | |
createdAt | Datetime | |
billingSubscriptionFutureByBillingSubscriptionId | BillingSubscriptionFuture | Reads a single `BillingSubscriptionFuture` that is related to this `BillingRenewalFuture`. |
billingCustomerByBillingCustomerId | BillingCustomer | Reads a single `BillingCustomer` that is related to this `BillingRenewalFuture`. |
orgByOrgId | Org | Reads a single `Org` that is related to this `BillingRenewalFuture`. |