Skip to content

Commit fa4974a

Browse files
committed
Minor edit
1 parent fd2b92f commit fa4974a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/typings/checkout/additionalDataAirline.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ export class AdditionalDataAirline {
9898
*/
9999
'airline_passenger_last_name'?: string;
100100
/**
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 */
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+
*/
102103
'airline_passenger_phone_number'?: string;
103104
/**
104105
* The IATA passenger type code (PTC). * Encoding: ASCII * minLength: 3 characters * maxLength: 6 characters

0 commit comments

Comments
 (0)