CreateCapitalDepositCompanyAccountAdminInput
Information about the individual who administers a company shareholder's account (the account admin).
input CreateCapitalDepositCompanyAccountAdminInput {
firstName: String
lastName: String
birthInfo: BirthInfoInput
nationality: CCA3
email: String
preferredLanguage: AccountLanguage
address: ResidencyAddressInput
taxIdentificationNumber: String
typeOfRepresentation: TypeOfRepresentation
unitedStatesTaxInfo: UnitedStatesTaxInfoInput
userDeviceInfo: UserDeviceInfoInput
}
Fields
CreateCapitalDepositCompanyAccountAdminInput.firstName ● String scalar
CreateCapitalDepositCompanyAccountAdminInput.lastName ● String scalar
CreateCapitalDepositCompanyAccountAdminInput.birthInfo ● BirthInfoInput input
CreateCapitalDepositCompanyAccountAdminInput.nationality ● CCA3 scalar
An ISO 3166-1 alpha-3 country code (e.g. FRA).
CreateCapitalDepositCompanyAccountAdminInput.email ● String scalar
CreateCapitalDepositCompanyAccountAdminInput.preferredLanguage ● AccountLanguage enum
CreateCapitalDepositCompanyAccountAdminInput.address ● ResidencyAddressInput input
CreateCapitalDepositCompanyAccountAdminInput.taxIdentificationNumber ● String scalar
CreateCapitalDepositCompanyAccountAdminInput.typeOfRepresentation ● TypeOfRepresentation enum
CreateCapitalDepositCompanyAccountAdminInput.unitedStatesTaxInfo ● UnitedStatesTaxInfoInput input
CreateCapitalDepositCompanyAccountAdminInput.userDeviceInfo ● UserDeviceInfoInput input
Member Of
CreateCapitalDepositCompanyShareholderInput input ● CreateCapitalDepositMainCompanyInput input