Studio Service

BillingHierarchy

BillingHierarchy

FieldArgumentTypeDescription
nodeIdID!A globally unique identifier. Can be used in various places throughout the system to identify this single value.
orgIdUUID!
parentIdString!Parent billing_customer_id/chargebee customer_id
childIdString!Child billing_customer_id/chargebee customer_id
invoiceeIdStringbilling_customer_id/chargebee customer_id who gets invoiced
payeeIdStringbilling_customer_id/chargebee customer_id who pays
orgByOrgIdOrgReads a single `Org` that is related to this `BillingHierarchy`.
billingCustomerByParentIdBillingCustomerReads a single `BillingCustomer` that is related to this `BillingHierarchy`.
billingCustomerByChildIdBillingCustomerReads a single `BillingCustomer` that is related to this `BillingHierarchy`.
billingCustomerByInvoiceeIdBillingCustomerReads a single `BillingCustomer` that is related to this `BillingHierarchy`.
billingCustomerByPayeeIdBillingCustomerReads a single `BillingCustomer` that is related to this `BillingHierarchy`.