CompanyAccountHolderOnboardingAccountInput
Input for company account information during onboarding
input CompanyAccountHolderOnboardingAccountInput {
name: String
country: AccountCountry!
intendedUsages: [CompanyAccountIntendedUsage!]
}
Fields
CompanyAccountHolderOnboardingAccountInput.name ● String scalar
Name for the account
- Maximum 100 characters
- No special characters like HTML tags
CompanyAccountHolderOnboardingAccountInput.country ● AccountCountry! non-null enum
Country of the account that will be created at the end of the onboarding process
CompanyAccountHolderOnboardingAccountInput.intendedUsages ● [CompanyAccountIntendedUsage!] list enum
Intended usages for the account
Member Of
CreateCompanyAccountHolderOnboardingInput input ● CreatePublicCompanyAccountHolderOnboardingInput input