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 `BillingAddonSubscriptionFuture`. |
billingSubscriptionFutureByBillingSubscriptionId | BillingSubscriptionFuture | Reads a single `BillingSubscriptionFuture` that is related to this `BillingAddonSubscriptionFuture`. |
billingCustomerByBillingCustomerId | BillingCustomer | Reads a single `BillingCustomer` that is related to this `BillingAddonSubscriptionFuture`. |
orgByOrgId | Org | Reads a single `Org` that is related to this `BillingAddonSubscriptionFuture`. |