You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="airlinePassengerDateOfBirth">The passenger's date of birth. Date format: `yyyy-MM-dd` * minLength: 10 * maxLength: 10.</param>
63
63
/// <param name="airlinePassengerFirstName">The passenger's first name. > This field is required if the airline data includes passenger details or leg details. * Encoding: ASCII.</param>
64
64
/// <param name="airlinePassengerLastName">The passenger's last name. > This field is required if the airline data includes passenger details or leg details. * Encoding: ASCII.</param>
65
-
/// <param name="airlinePassengerTelephoneNumber">The passenger's telephone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs. * Encoding: ASCII * minLength: 3 characters * maxLength: 30 characters.</param>
65
+
/// <param name="airlinePassengerPhoneNumber">The passenger's phone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs. * Encoding: ASCII * minLength: 3 characters * maxLength: 30 characters.</param>
/// <param name="airlinePassengerName">The passenger's name, initials, and title. * Format: last name + first name or initials + title * Example: *FLYER / MARY MS* * minLength: 1 character * maxLength: 20 characters * If you send more than 20 characters, the name is truncated * Must not be all spaces *Must not be all zeros. (required).</param>
68
68
/// <param name="airlineTicketIssueAddress">The address of the organization that issued the ticket. * minLength: 0 characters * maxLength: 16 characters.</param>
69
69
/// <param name="airlineTicketNumber">The ticket's unique identifier. * minLength: 1 character * maxLength: 15 characters * Must not be all spaces *Must not be all zeros..</param>
70
70
/// <param name="airlineTravelAgencyCode">The unique identifier from IATA or ARC for the travel agency that issues the ticket. * Encoding: ASCII * minLength: 1 character * maxLength: 8 characters * Must not be all spaces *Must not be all zeros..</param>
71
71
/// <param name="airlineTravelAgencyName">The name of the travel agency. * Encoding: ASCII * minLength: 1 character * maxLength: 25 characters * Must not be all spaces *Must not be all zeros..</param>
/// The passenger's telephone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs. * Encoding: ASCII * minLength: 3 characters * maxLength: 30 characters
260
+
/// The passenger's phone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs. * Encoding: ASCII * minLength: 3 characters * maxLength: 30 characters
261
261
/// </summary>
262
-
/// <value>The passenger's telephone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs. * Encoding: ASCII * minLength: 3 characters * maxLength: 30 characters</value>
/// <value>The passenger's phone number, including country code. This is an alphanumeric field that can include the '+' and '-' signs. * Encoding: ASCII * minLength: 3 characters * maxLength: 30 characters</value>
0 commit comments