nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. |
billingAddonId | String! | |
billingSubscriptionId | String! | |
billingCustomerId | String! | |
orgId | UUID! | |
unitPrice | Int | |
billingAddonByBillingAddonId | BillingAddon | Reads a single `BillingAddon` that is related to this `BillingAddonSubscription`. |
billingSubscriptionByBillingSubscriptionId | BillingSubscription | Reads a single `BillingSubscription` that is related to this `BillingAddonSubscription`. |
billingCustomerByBillingCustomerId | BillingCustomer | Reads a single `BillingCustomer` that is related to this `BillingAddonSubscription`. |
orgByOrgId | Org | Reads a single `Org` that is related to this `BillingAddonSubscription`. |