OBJECT
Billing
Billing
link GraphQL Schema definition
- type Billing {
- # Account Holder
- : AccountHolder
- # Bank Account
- : BankAccount
- # Business Billing Address
- : Address
- # Business Billing Email Address
- : String
- # Business Billing Phone Number
- : String
- # Billing Plan
- : BillingPlan
- : String @deprecated( reason: "No longer supported. Use `billing_plan` instead." )
- # The end date of the current billing cycle
- : DateTime
- # The start date of the current billing cycle
- : DateTime
- # Employer Identification Number. Federal Tax ID Number, used for tax purposes
- : String
- : UUID
- # Organization Unit Identifier
- : UUID
- }