Skip to main content

IndividualAccountHolderOnboardingAccountInput

Input for individual account information during onboarding

input IndividualAccountHolderOnboardingAccountInput {
name: String
country: AccountCountry!
intendedUsages: [IndividualAccountIntendedUsage!]
}

Fields

IndividualAccountHolderOnboardingAccountInput.name ● String scalar

Name for the account

  • Maximum 100 characters
  • No special characters like HTML tags

IndividualAccountHolderOnboardingAccountInput.country ● AccountCountry! non-null enum

Country of the account that will be created at the end of the onboarding process

IndividualAccountHolderOnboardingAccountInput.intendedUsages ● [IndividualAccountIntendedUsage!] list enum

Intended usages for the account

Member Of

CreateIndividualAccountHolderOnboardingInput input