INPUT_OBJECT
BillingInput
Billing input
link GraphQL Schema definition
- input BillingInput {
- # Account Holder
- : AccountHolderInput
- # Bank Account
- : BankAccountInput
- # Business Billing Address
- : AddressInput
- # Business Billing Email Address
- : String
- # Business Billing Phone Number
- : String
- # Billing Plan
- : BillingPlan
- : String
- # Employer Identification Number. Federal Tax ID Number, used for tax purposes
- : String
- }