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
@@ -536,7 +536,7 @@ public function getAirlineAirlineCode()
536
536
/**
537
537
* Sets airlineAirlineCode
538
538
*
539
-
* @param string|null $airlineAirlineCode The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier. * Format: IATA 3-digit accounting code (PAX) * Example: KLM = 074 * minLength: 3 characters * maxLength: 3 characters * Must not be all spaces *Must not be all zeros.
539
+
* @param string|null $airlineAirlineCode The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier. * Format: IATA 3-digit accounting code (PAX) * Example: KLM = 074 * minLength: 3 characters * maxLength: 3 characters * Must not be all spaces *Must not be all zeros.
540
540
*
541
541
* @return self
542
542
*/
@@ -560,7 +560,7 @@ public function getAirlineAirlineDesignatorCode()
560
560
/**
561
561
* Sets airlineAirlineDesignatorCode
562
562
*
563
-
* @param string|null $airlineAirlineDesignatorCode The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier. * Encoding: ASCII * Example: KLM = KL * minLength: 2 characters * maxLength: 2 characters * Must not be all spaces *Must not be all zeros.
563
+
* @param string|null $airlineAirlineDesignatorCode The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier. * Encoding: ASCII * Example: KLM = KL * minLength: 2 characters * maxLength: 2 characters * Must not be all spaces *Must not be all zeros.
564
564
*
565
565
* @return self
566
566
*/
@@ -728,7 +728,7 @@ public function getAirlineLegCarrierCode()
728
728
/**
729
729
* Sets airlineLegCarrierCode
730
730
*
731
-
* @param string|null $airlineLegCarrierCode The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier. This field is required if the airline data includes leg details. * Example: KLM = KL * minLength: 2 characters * maxLength: 2 characters * Must not be all spaces *Must not be all zeros.
731
+
* @param string|null $airlineLegCarrierCode The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier. This field is required if the airline data includes leg details. * Example: KLM = KL * minLength: 2 characters * maxLength: 2 characters * Must not be all spaces *Must not be all zeros.
732
732
*
733
733
* @return self
734
734
*/
@@ -752,7 +752,7 @@ public function getAirlineLegClassOfTravel()
752
752
/**
753
753
* Sets airlineLegClassOfTravel
754
754
*
755
-
* @param string|null $airlineLegClassOfTravel A one-letter travel class identifier. The following are common: * F: first class * J: business class * Y: economy class * W: premium economy * Encoding: ASCII * minLength: 1 character * maxLength: 1 character * Must not be all spaces *Must not be all zeros.
755
+
* @param string|null $airlineLegClassOfTravel A one-letter travel class identifier. The following are common: * F: first class * J: business class * Y: economy class * W: premium economy * Encoding: ASCII * minLength: 1 character * maxLength: 1 character * Must not be all spaces *Must not be all zeros.
756
756
*
757
757
* @return self
758
758
*/
@@ -800,7 +800,7 @@ public function getAirlineLegDepartAirport()
800
800
/**
801
801
* Sets airlineLegDepartAirport
802
802
*
803
-
* @param string|null $airlineLegDepartAirport The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport. This field is required if the airline data includes leg details. * Encoding: ASCII * Example: Amsterdam = AMS * minLength: 3 characters * maxLength: 3 characters * Must not be all spaces *Must not be all zeros.
803
+
* @param string|null $airlineLegDepartAirport The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport. This field is required if the airline data includes leg details. * Encoding: ASCII * Example: Amsterdam = AMS * minLength: 3 characters * maxLength: 3 characters * Must not be all spaces *Must not be all zeros.
804
804
*
805
805
* @return self
806
806
*/
@@ -824,7 +824,7 @@ public function getAirlineLegDepartTax()
824
824
/**
825
825
* Sets airlineLegDepartTax
826
826
*
827
-
* @param string|null $airlineLegDepartTax The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes). * Encoding: Numeric * minLength: 1 * maxLength: 12 *Must not be all zeros.
827
+
* @param string|null $airlineLegDepartTax The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes). * Encoding: Numeric * minLength: 1 * maxLength: 12 *Must not be all zeros.
828
828
*
829
829
* @return self
830
830
*/
@@ -848,7 +848,7 @@ public function getAirlineLegDestinationCode()
848
848
/**
849
849
* Sets airlineLegDestinationCode
850
850
*
851
-
* @param string|null $airlineLegDestinationCode The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport. This field is required if the airline data includes leg details. * Example: Amsterdam = AMS * Encoding: ASCII * minLength: 3 characters * maxLength: 3 characters * Must not be all spaces *Must not be all zeros.
851
+
* @param string|null $airlineLegDestinationCode The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport. This field is required if the airline data includes leg details. * Example: Amsterdam = AMS * Encoding: ASCII * minLength: 3 characters * maxLength: 3 characters * Must not be all spaces *Must not be all zeros.
852
852
*
853
853
* @return self
854
854
*/
@@ -872,7 +872,7 @@ public function getAirlineLegFareBaseCode()
872
872
/**
873
873
* Sets airlineLegFareBaseCode
874
874
*
875
-
* @param string|null $airlineLegFareBaseCode The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric. * minLength: 1 character * maxLength: 6 characters * Must not be all spaces *Must not be all zeros.
875
+
* @param string|null $airlineLegFareBaseCode The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric. * minLength: 1 character * maxLength: 6 characters * Must not be all spaces *Must not be all zeros.
876
876
*
877
877
* @return self
878
878
*/
@@ -896,7 +896,7 @@ public function getAirlineLegFlightNumber()
896
896
/**
897
897
* Sets airlineLegFlightNumber
898
898
*
899
-
* @param string|null $airlineLegFlightNumber The flight identifier. * minLength: 1 character * maxLength: 5 characters * Must not be all spaces *Must not be all zeros.
899
+
* @param string|null $airlineLegFlightNumber The flight identifier. * minLength: 1 character * maxLength: 5 characters * Must not be all spaces *Must not be all zeros.
900
900
*
901
901
* @return self
902
902
*/
@@ -1064,7 +1064,7 @@ public function getAirlinePassengerName()
1064
1064
/**
1065
1065
* Sets airlinePassengerName
1066
1066
*
1067
-
* @param string $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.
1067
+
* @param string $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.
1068
1068
*
1069
1069
* @return self
1070
1070
*/
@@ -1112,7 +1112,7 @@ public function getAirlineTicketNumber()
1112
1112
/**
1113
1113
* Sets airlineTicketNumber
1114
1114
*
1115
-
* @param string|null $airlineTicketNumber The ticket's unique identifier. * minLength: 1 character * maxLength: 15 characters * Must not be all spaces *Must not be all zeros.
1115
+
* @param string|null $airlineTicketNumber The ticket's unique identifier. * minLength: 1 character * maxLength: 15 characters * Must not be all spaces *Must not be all zeros.
1116
1116
*
1117
1117
* @return self
1118
1118
*/
@@ -1136,7 +1136,7 @@ public function getAirlineTravelAgencyCode()
1136
1136
/**
1137
1137
* Sets airlineTravelAgencyCode
1138
1138
*
1139
-
* @param string|null $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.
1139
+
* @param string|null $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.
1140
1140
*
1141
1141
* @return self
1142
1142
*/
@@ -1160,7 +1160,7 @@ public function getAirlineTravelAgencyName()
1160
1160
/**
1161
1161
* Sets airlineTravelAgencyName
1162
1162
*
1163
-
* @param string|null $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.
1163
+
* @param string|null $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.
0 commit comments