SetupAccountInput
Setup account input
input SetupAccountInput {
language: String
business: BusinessDataInput
representatives: [RepresentativeInput!]
iban: String
billingPlan: BillingPlans
userNote: String
}
Fields
SetupAccountInput.language ● String scalar
The preferred account language
SetupAccountInput.business ● BusinessDataInput input
Business data
SetupAccountInput.representatives ● [RepresentativeInput!] list input
Legal representatives
SetupAccountInput.iban ● String scalar
IBAN number to receive payments
SetupAccountInput.billingPlan ● BillingPlans enum
Billing plan
SetupAccountInput.userNote ● String scalar
User provided note
Member Of
setupAccount mutation ● verifyBusinessDetails mutation