| 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! | |
| raw | JSON | |
| 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 | |
| billingSubscriptionByBillingSubscriptionId | BillingSubscription | Reads a single `BillingSubscription` that is related to this `BillingRenewal`. |
| billingCustomerByBillingCustomerId | BillingCustomer | Reads a single `BillingCustomer` that is related to this `BillingRenewal`. |
| orgByOrgId | Org | Reads a single `Org` that is related to this `BillingRenewal`. |