CompanyAccountHolderOnboardingAccountAdminInput
Input for company account admin information during onboarding
input CompanyAccountHolderOnboardingAccountAdminInput {
birthInfo: BirthInfoInput
email: String
firstName: String
preferredLanguage: AccountLanguage
lastName: String
nationality: CCA3
address: ResidencyAddressInput
taxIdentificationNumber: String
typeOfRepresentation: TypeOfRepresentation
unitedStatesTaxInfo: UnitedStatesTaxInfoInput
userDeviceInfo: UserDeviceInfoInput
}
Fields
CompanyAccountHolderOnboardingAccountAdminInput.birthInfo ● BirthInfoInput input
Birth information of the account administrator
CompanyAccountHolderOnboardingAccountAdminInput.email ● String scalar
Email of the account administrator
- Must be a valid email format
- Maximum 255 characters
- Following this pattern: ^[A-Z0-9_+.-][A-Z0-9_+-]@([A-Z0-9][A-Z0-9-].)+[A-Z]{2,}$
- Disposable email domains are not allowed
CompanyAccountHolderOnboardingAccountAdminInput.firstName ● String scalar
First name of the account administrator
- Maximum 100 characters
CompanyAccountHolderOnboardingAccountAdminInput.preferredLanguage ● AccountLanguage enum
Preferred language of the account admin. Will be used to localize the onboarding process and interface
CompanyAccountHolderOnboardingAccountAdminInput.lastName ● String scalar
Last name of the account administrator
- Maximum 100 characters
CompanyAccountHolderOnboardingAccountAdminInput.nationality ● CCA3 scalar
Nationality of the account administrator
CompanyAccountHolderOnboardingAccountAdminInput.address ● ResidencyAddressInput input
Residency address of the account administrator
CompanyAccountHolderOnboardingAccountAdminInput.taxIdentificationNumber ● String scalar
Tax identification number of the account administrator
- Maximum 16 characters
CompanyAccountHolderOnboardingAccountAdminInput.typeOfRepresentation ● TypeOfRepresentation enum
Type of representation for the account administrator
CompanyAccountHolderOnboardingAccountAdminInput.unitedStatesTaxInfo ● UnitedStatesTaxInfoInput input
Tax information related to US persons as defined by FATCA
CompanyAccountHolderOnboardingAccountAdminInput.userDeviceInfo ● UserDeviceInfoInput input
User device information for security and fraud detection
Member Of
CreateCompanyAccountHolderOnboardingInput input ● CreatePublicCompanyAccountHolderOnboardingInput input