INPUT_OBJECT

BillingInput

Billing input

link GraphQL Schema definition

  • input BillingInput {
  • # Account Holder
  • accountHolder: AccountHolderInput
  • # Bank Account
  • bankAccount: BankAccountInput
  • # Business Billing Address
  • billingAddress: AddressInput
  • # Business Billing Email Address
  • billingEmail: String
  • # Business Billing Phone Number
  • billingPhone: String
  • # Billing Plan
  • billingPlan: BillingPlan
  • billingTerm: String
  • # Employer Identification Number. Federal Tax ID Number, used for tax purposes
  • ein: String
  • }