RegistrationRecordProfileInfoInput
No description
input RegistrationRecordProfileInfoInput {
address: PhysicalAddressInput!
idempotencyKey: String
mailingAddress: PhysicalAddressInput
name: PersonNameInput!
phoneCountryCode: String
phoneNumber: PhoneNumberStrict!
}
Fields
RegistrationRecordProfileInfoInput.address
● PhysicalAddressInput!
non-null input
The user's physical address
RegistrationRecordProfileInfoInput.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: '_', '-', '.'
RegistrationRecordProfileInfoInput.mailingAddress
● PhysicalAddressInput
input
The user's optional mailing address
RegistrationRecordProfileInfoInput.name
● PersonNameInput!
non-null input
User's name
RegistrationRecordProfileInfoInput.phoneCountryCode
● String
scalar
Optional country code, defaults to +1
RegistrationRecordProfileInfoInput.phoneNumber
● PhoneNumberStrict!
non-null scalar
Phone number, 10 digits expected
Member of
registrationRecordProfileInfo
mutation