PreferredNameAccompanyingPersonInput
An accompanying person's preferred name details.
input PreferredNameAccompanyingPersonInput {
firstName: String
lastName: String
title: String
}
Fields
PreferredNameAccompanyingPersonInput.firstName ● String scalar
A UTF-8 string value that represents the first name of the accompanying person. Optional.
PreferredNameAccompanyingPersonInput.lastName ● String scalar
A UTF-8 string value that represents the last name of the accompanying person. Optional.
PreferredNameAccompanyingPersonInput.title ● String scalar
A UTF-8 string value that represents the title of the accompanying person such as Dr/Mrs/Mr. Optional.
Member Of
CreateRegistrationInput input ● UpdateRegistrationInput input