Skip to main content

RegistrationRecordIdentifyingInfoInput

No description

input RegistrationRecordIdentifyingInfoInput {
citizenship: String!
dateOfBirth: DateString!
idempotencyKey: String
tin: SSNString!
}

Fields

RegistrationRecordIdentifyingInfoInput.citizenship ● String! non-null scalar

The 2-letter country code that represents the citizenship status of the user

RegistrationRecordIdentifyingInfoInput.dateOfBirth ● DateString! non-null scalar

Date of birth in YYYY-MM-DD format

RegistrationRecordIdentifyingInfoInput.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: '_', '-', '.'

RegistrationRecordIdentifyingInfoInput.tin ● SSNString! non-null scalar

Tax Identification number (i.e. SSN).

Member of

registrationRecordIdentifyingInfo mutation