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
Copy file name to clipboardExpand all lines: src/typings/checkout/additionalDataAirline.ts
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -98,8 +98,7 @@ export class AdditionalDataAirline {
98
98
*/
99
99
'airline_passenger_last_name'?: string;
100
100
/**
101
-
* 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
102
-
*/
101
+
* 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 */
103
102
'airline_passenger_phone_number'?: string;
104
103
/**
105
104
* The IATA passenger type code (PTC). * Encoding: ASCII * minLength: 3 characters * maxLength: 6 characters
@@ -240,8 +239,8 @@ export class AdditionalDataAirline {
Copy file name to clipboardExpand all lines: src/typings/payment/additionalDataAirline.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -98,9 +98,9 @@ export class AdditionalDataAirline {
98
98
*/
99
99
'airline_passenger_last_name'?: string;
100
100
/**
101
-
* 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
101
+
* 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
102
102
*/
103
-
'airline_passenger_phone_number'?: string;
103
+
'airline_passenger_telephone_number'?: string;
104
104
/**
105
105
* The IATA passenger type code (PTC). * Encoding: ASCII * minLength: 3 characters * maxLength: 6 characters
106
106
*/
@@ -240,8 +240,8 @@ export class AdditionalDataAirline {
0 commit comments