INPUT_OBJECT
UpdateBillingInput
Update Billing input
link GraphQL Schema definition
- input UpdateBillingInput {
- # 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!
- }