RegistrationRecordPersonalInfoInput
No description
input RegistrationRecordPersonalInfoInput {
address: PhysicalAddressInput!
citizenship: String!
dateOfBirth: DateString!
idempotencyKey: String
mailingAddress: PhysicalAddressInput
name: PersonNameInput!
phoneCountryCode: String
phoneNumber: PhoneNumberStrict!
tin: SSNString!
}
Fields
RegistrationRecordPersonalInfoInput.address
● PhysicalAddressInput!
non-null input
The user's physical address
RegistrationRecordPersonalInfoInput.citizenship
● String!
non-null scalar
The 2-letter country code that represents the citizenship status of the user
RegistrationRecordPersonalInfoInput.dateOfBirth
● DateString!
non-null scalar
Date of birth in YYYY-MM-DD format
RegistrationRecordPersonalInfoInput.idempotencyKey
● String
scalar
The idempotent key for this request, which is optional. Key may be comprised of alphanumeric values, as well as the following symbols: '_', '-', '.'
RegistrationRecordPersonalInfoInput.mailingAddress
● PhysicalAddressInput
input
The user's optional mailing address
RegistrationRecordPersonalInfoInput.name
● PersonNameInput!
non-null input
User's name
RegistrationRecordPersonalInfoInput.phoneCountryCode
● String
scalar
Optional country code, defaults to +1
RegistrationRecordPersonalInfoInput.phoneNumber
● PhoneNumberStrict!
non-null scalar
Phone number, 10 digits expected
RegistrationRecordPersonalInfoInput.tin
● SSNString!
non-null scalar
Tax Identification number (i.e. SSN).