OBJECT

Billing

Billing

link GraphQL Schema definition

  • type Billing {
  • # Account Holder
  • accountHolder: AccountHolder
  • # Bank Account
  • bankAccount: BankAccount
  • # Business Billing Address
  • billingAddress: Address
  • # Business Billing Email Address
  • billingEmail: String
  • # Business Billing Phone Number
  • billingPhone: String
  • # Billing Plan
  • billingPlan: BillingPlan
  • billingTerm: String @deprecated( reason: "No longer supported. Use `billing_plan` instead." )
  • # The end date of the current billing cycle
  • billingTermEndTime: DateTime
  • # The start date of the current billing cycle
  • billingTermStartTime: DateTime
  • # Employer Identification Number. Federal Tax ID Number, used for tax purposes
  • ein: String
  • id: UUID
  • # Organization Unit Identifier
  • organizationUnitId: UUID
  • }