spec release

This commit is contained in:
Adyen Automation
2025-04-14 14:08:02 +02:00
parent 67ae5a1602
commit 63dc71539d
22 changed files with 297 additions and 286 deletions

View File

@@ -912,11 +912,11 @@
"type" : "string"
},
"airline.airline_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier.\n* Format: IATA 3-digit accounting code (PAX)\n* Example: KLM = 074\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier.\n* Format: IATA 3-digit accounting code (PAX)\n* Example: KLM = 074\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.airline_designator_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\n* Encoding: ASCII\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\n* Encoding: ASCII\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.boarding_fee" : {
@@ -944,11 +944,11 @@
"type" : "string"
},
"airline.leg.carrier_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\nThis field is required if the airline data includes leg details.\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\nThis field is required if the airline data includes leg details.\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.class_of_travel" : {
"description" : "A one-letter travel class identifier.\n The following are common:\n * F: first class\n* J: business class\n* Y: economy class\n* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 1 character\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "A one-letter travel class identifier.\n The following are common:\n * F: first class\n* J: business class\n* Y: economy class\n* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 1 character\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.date_of_travel" : {
@@ -956,23 +956,23 @@
"type" : "string"
},
"airline.leg.depart_airport" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport.\nThis field is required if the airline data includes leg details.\n\n* Encoding: ASCII\n* Example: Amsterdam = AMS\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport.\nThis field is required if the airline data includes leg details.\n\n* Encoding: ASCII\n* Example: Amsterdam = AMS\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.depart_tax" : {
"description" : "The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Encoding: Numeric\n* minLength: 1\n* maxLength: 12\n*Must not be all zeros.",
"description" : "The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Encoding: Numeric\n* minLength: 1\n* maxLength: 12\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.destination_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport.\nThis field is required if the airline data includes leg details.\n* Example: Amsterdam = AMS\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport.\nThis field is required if the airline data includes leg details.\n* Example: Amsterdam = AMS\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.fare_base_code" : {
"description" : "The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric.\n* minLength: 1 character\n* maxLength: 6 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric.\n* minLength: 1 character\n* maxLength: 6 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.flight_number" : {
"description" : "The flight identifier.\n* minLength: 1 character\n* maxLength: 5 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The flight identifier.\n* minLength: 1 character\n* maxLength: 5 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.stop_over_code" : {
@@ -1000,7 +1000,7 @@
"type" : "string"
},
"airline.passenger_name" : {
"description" : "The passenger's name, initials, and title.\n* Format: last name + first name or initials + title\n* Example: *FLYER / MARY MS*\n* minLength: 1 character\n* maxLength: 20 characters\n* If you send more than 20 characters, the name is truncated\n* Must not be all spaces \n*Must not be all zeros.",
"description" : "The passenger's name, initials, and title.\n* Format: last name + first name or initials + title\n* Example: *FLYER / MARY MS*\n* minLength: 1 character\n* maxLength: 20 characters\n* If you send more than 20 characters, the name is truncated\n* Must not be all spaces \n* Must not be all zeros.",
"type" : "string"
},
"airline.ticket_issue_address" : {
@@ -1008,15 +1008,15 @@
"type" : "string"
},
"airline.ticket_number" : {
"description" : "The ticket's unique identifier.\n* minLength: 1 character\n* maxLength: 15 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The ticket's unique identifier.\n* minLength: 1 character\n* maxLength: 15 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.travel_agency_code" : {
"description" : "The unique identifier from IATA or ARC for the travel agency that issues the ticket.\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 8 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The unique identifier from IATA or ARC for the travel agency that issues the ticket.\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 8 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.travel_agency_name" : {
"description" : "The name of the travel agency.\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 25 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The name of the travel agency.\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 25 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
}
},

View File

@@ -1148,11 +1148,11 @@
"type" : "string"
},
"airline.airline_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier.\n* Format: IATA 3-digit accounting code (PAX)\n* Example: KLM = 074\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier.\n* Format: IATA 3-digit accounting code (PAX)\n* Example: KLM = 074\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.airline_designator_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\n* Encoding: ASCII\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\n* Encoding: ASCII\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.boarding_fee" : {
@@ -1180,11 +1180,11 @@
"type" : "string"
},
"airline.leg.carrier_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\nThis field is required if the airline data includes leg details.\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\nThis field is required if the airline data includes leg details.\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.class_of_travel" : {
"description" : "A one-letter travel class identifier.\n The following are common:\n * F: first class\n* J: business class\n* Y: economy class\n* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 1 character\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "A one-letter travel class identifier.\n The following are common:\n * F: first class\n* J: business class\n* Y: economy class\n* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 1 character\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.date_of_travel" : {
@@ -1192,23 +1192,23 @@
"type" : "string"
},
"airline.leg.depart_airport" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport.\nThis field is required if the airline data includes leg details.\n\n* Encoding: ASCII\n* Example: Amsterdam = AMS\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport.\nThis field is required if the airline data includes leg details.\n\n* Encoding: ASCII\n* Example: Amsterdam = AMS\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.depart_tax" : {
"description" : "The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Encoding: Numeric\n* minLength: 1\n* maxLength: 12\n*Must not be all zeros.",
"description" : "The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Encoding: Numeric\n* minLength: 1\n* maxLength: 12\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.destination_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport.\nThis field is required if the airline data includes leg details.\n* Example: Amsterdam = AMS\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport.\nThis field is required if the airline data includes leg details.\n* Example: Amsterdam = AMS\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.fare_base_code" : {
"description" : "The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric.\n* minLength: 1 character\n* maxLength: 6 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric.\n* minLength: 1 character\n* maxLength: 6 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.flight_number" : {
"description" : "The flight identifier.\n* minLength: 1 character\n* maxLength: 5 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The flight identifier.\n* minLength: 1 character\n* maxLength: 5 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.stop_over_code" : {
@@ -1236,7 +1236,7 @@
"type" : "string"
},
"airline.passenger_name" : {
"description" : "The passenger's name, initials, and title.\n* Format: last name + first name or initials + title\n* Example: *FLYER / MARY MS*\n* minLength: 1 character\n* maxLength: 20 characters\n* If you send more than 20 characters, the name is truncated\n* Must not be all spaces \n*Must not be all zeros.",
"description" : "The passenger's name, initials, and title.\n* Format: last name + first name or initials + title\n* Example: *FLYER / MARY MS*\n* minLength: 1 character\n* maxLength: 20 characters\n* If you send more than 20 characters, the name is truncated\n* Must not be all spaces \n* Must not be all zeros.",
"type" : "string"
},
"airline.ticket_issue_address" : {
@@ -1244,15 +1244,15 @@
"type" : "string"
},
"airline.ticket_number" : {
"description" : "The ticket's unique identifier.\n* minLength: 1 character\n* maxLength: 15 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The ticket's unique identifier.\n* minLength: 1 character\n* maxLength: 15 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.travel_agency_code" : {
"description" : "The unique identifier from IATA or ARC for the travel agency that issues the ticket.\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 8 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The unique identifier from IATA or ARC for the travel agency that issues the ticket.\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 8 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.travel_agency_name" : {
"description" : "The name of the travel agency.\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 25 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The name of the travel agency.\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 25 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
}
},

View File

@@ -1614,11 +1614,11 @@
"type" : "string"
},
"airline.airline_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier.\n* Format: IATA 3-digit accounting code (PAX)\n* Example: KLM = 074\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier.\n* Format: IATA 3-digit accounting code (PAX)\n* Example: KLM = 074\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.airline_designator_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\n* Encoding: ASCII\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\n* Encoding: ASCII\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.boarding_fee" : {
@@ -1646,11 +1646,11 @@
"type" : "string"
},
"airline.leg.carrier_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\nThis field is required if the airline data includes leg details.\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\nThis field is required if the airline data includes leg details.\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.class_of_travel" : {
"description" : "A one-letter travel class identifier.\n The following are common:\n * F: first class\n* J: business class\n* Y: economy class\n* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 1 character\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "A one-letter travel class identifier.\n The following are common:\n * F: first class\n* J: business class\n* Y: economy class\n* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 1 character\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.date_of_travel" : {
@@ -1658,23 +1658,23 @@
"type" : "string"
},
"airline.leg.depart_airport" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport.\nThis field is required if the airline data includes leg details.\n\n* Encoding: ASCII\n* Example: Amsterdam = AMS\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport.\nThis field is required if the airline data includes leg details.\n\n* Encoding: ASCII\n* Example: Amsterdam = AMS\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.depart_tax" : {
"description" : "The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Encoding: Numeric\n* minLength: 1\n* maxLength: 12\n*Must not be all zeros.",
"description" : "The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Encoding: Numeric\n* minLength: 1\n* maxLength: 12\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.destination_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport.\nThis field is required if the airline data includes leg details.\n* Example: Amsterdam = AMS\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport.\nThis field is required if the airline data includes leg details.\n* Example: Amsterdam = AMS\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.fare_base_code" : {
"description" : "The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric.\n* minLength: 1 character\n* maxLength: 6 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric.\n* minLength: 1 character\n* maxLength: 6 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.flight_number" : {
"description" : "The flight identifier.\n* minLength: 1 character\n* maxLength: 5 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The flight identifier.\n* minLength: 1 character\n* maxLength: 5 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.stop_over_code" : {
@@ -1702,7 +1702,7 @@
"type" : "string"
},
"airline.passenger_name" : {
"description" : "The passenger's name, initials, and title.\n* Format: last name + first name or initials + title\n* Example: *FLYER / MARY MS*\n* minLength: 1 character\n* maxLength: 20 characters\n* If you send more than 20 characters, the name is truncated\n* Must not be all spaces \n*Must not be all zeros.",
"description" : "The passenger's name, initials, and title.\n* Format: last name + first name or initials + title\n* Example: *FLYER / MARY MS*\n* minLength: 1 character\n* maxLength: 20 characters\n* If you send more than 20 characters, the name is truncated\n* Must not be all spaces \n* Must not be all zeros.",
"type" : "string"
},
"airline.ticket_issue_address" : {
@@ -1710,15 +1710,15 @@
"type" : "string"
},
"airline.ticket_number" : {
"description" : "The ticket's unique identifier.\n* minLength: 1 character\n* maxLength: 15 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The ticket's unique identifier.\n* minLength: 1 character\n* maxLength: 15 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.travel_agency_code" : {
"description" : "The unique identifier from IATA or ARC for the travel agency that issues the ticket.\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 8 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The unique identifier from IATA or ARC for the travel agency that issues the ticket.\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 8 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.travel_agency_name" : {
"description" : "The name of the travel agency.\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 25 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The name of the travel agency.\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 25 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
}
},

View File

@@ -1614,11 +1614,11 @@
"type" : "string"
},
"airline.airline_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier.\n* Format: IATA 3-digit accounting code (PAX)\n* Example: KLM = 074\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier.\n* Format: IATA 3-digit accounting code (PAX)\n* Example: KLM = 074\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.airline_designator_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\n* Encoding: ASCII\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\n* Encoding: ASCII\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.boarding_fee" : {
@@ -1646,11 +1646,11 @@
"type" : "string"
},
"airline.leg.carrier_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\nThis field is required if the airline data includes leg details.\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\nThis field is required if the airline data includes leg details.\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.class_of_travel" : {
"description" : "A one-letter travel class identifier.\n The following are common:\n * F: first class\n* J: business class\n* Y: economy class\n* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 1 character\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "A one-letter travel class identifier.\n The following are common:\n * F: first class\n* J: business class\n* Y: economy class\n* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 1 character\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.date_of_travel" : {
@@ -1658,23 +1658,23 @@
"type" : "string"
},
"airline.leg.depart_airport" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport.\nThis field is required if the airline data includes leg details.\n\n* Encoding: ASCII\n* Example: Amsterdam = AMS\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport.\nThis field is required if the airline data includes leg details.\n\n* Encoding: ASCII\n* Example: Amsterdam = AMS\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.depart_tax" : {
"description" : "The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Encoding: Numeric\n* minLength: 1\n* maxLength: 12\n*Must not be all zeros.",
"description" : "The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Encoding: Numeric\n* minLength: 1\n* maxLength: 12\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.destination_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport.\nThis field is required if the airline data includes leg details.\n* Example: Amsterdam = AMS\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport.\nThis field is required if the airline data includes leg details.\n* Example: Amsterdam = AMS\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.fare_base_code" : {
"description" : "The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric.\n* minLength: 1 character\n* maxLength: 6 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric.\n* minLength: 1 character\n* maxLength: 6 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.flight_number" : {
"description" : "The flight identifier.\n* minLength: 1 character\n* maxLength: 5 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The flight identifier.\n* minLength: 1 character\n* maxLength: 5 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.stop_over_code" : {
@@ -1702,7 +1702,7 @@
"type" : "string"
},
"airline.passenger_name" : {
"description" : "The passenger's name, initials, and title.\n* Format: last name + first name or initials + title\n* Example: *FLYER / MARY MS*\n* minLength: 1 character\n* maxLength: 20 characters\n* If you send more than 20 characters, the name is truncated\n* Must not be all spaces \n*Must not be all zeros.",
"description" : "The passenger's name, initials, and title.\n* Format: last name + first name or initials + title\n* Example: *FLYER / MARY MS*\n* minLength: 1 character\n* maxLength: 20 characters\n* If you send more than 20 characters, the name is truncated\n* Must not be all spaces \n* Must not be all zeros.",
"type" : "string"
},
"airline.ticket_issue_address" : {
@@ -1710,15 +1710,15 @@
"type" : "string"
},
"airline.ticket_number" : {
"description" : "The ticket's unique identifier.\n* minLength: 1 character\n* maxLength: 15 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The ticket's unique identifier.\n* minLength: 1 character\n* maxLength: 15 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.travel_agency_code" : {
"description" : "The unique identifier from IATA or ARC for the travel agency that issues the ticket.\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 8 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The unique identifier from IATA or ARC for the travel agency that issues the ticket.\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 8 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.travel_agency_name" : {
"description" : "The name of the travel agency.\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 25 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The name of the travel agency.\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 25 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
}
},

View File

@@ -1614,11 +1614,11 @@
"type" : "string"
},
"airline.airline_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier.\n* Format: IATA 3-digit accounting code (PAX)\n* Example: KLM = 074\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier.\n* Format: IATA 3-digit accounting code (PAX)\n* Example: KLM = 074\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.airline_designator_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\n* Encoding: ASCII\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\n* Encoding: ASCII\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.boarding_fee" : {
@@ -1646,11 +1646,11 @@
"type" : "string"
},
"airline.leg.carrier_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\nThis field is required if the airline data includes leg details.\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\nThis field is required if the airline data includes leg details.\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.class_of_travel" : {
"description" : "A one-letter travel class identifier.\n The following are common:\n * F: first class\n* J: business class\n* Y: economy class\n* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 1 character\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "A one-letter travel class identifier.\n The following are common:\n * F: first class\n* J: business class\n* Y: economy class\n* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 1 character\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.date_of_travel" : {
@@ -1658,23 +1658,23 @@
"type" : "string"
},
"airline.leg.depart_airport" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport.\nThis field is required if the airline data includes leg details.\n\n* Encoding: ASCII\n* Example: Amsterdam = AMS\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport.\nThis field is required if the airline data includes leg details.\n\n* Encoding: ASCII\n* Example: Amsterdam = AMS\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.depart_tax" : {
"description" : "The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Encoding: Numeric\n* minLength: 1\n* maxLength: 12\n*Must not be all zeros.",
"description" : "The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Encoding: Numeric\n* minLength: 1\n* maxLength: 12\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.destination_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport.\nThis field is required if the airline data includes leg details.\n* Example: Amsterdam = AMS\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport.\nThis field is required if the airline data includes leg details.\n* Example: Amsterdam = AMS\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.fare_base_code" : {
"description" : "The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric.\n* minLength: 1 character\n* maxLength: 6 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric.\n* minLength: 1 character\n* maxLength: 6 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.flight_number" : {
"description" : "The flight identifier.\n* minLength: 1 character\n* maxLength: 5 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The flight identifier.\n* minLength: 1 character\n* maxLength: 5 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.stop_over_code" : {
@@ -1702,7 +1702,7 @@
"type" : "string"
},
"airline.passenger_name" : {
"description" : "The passenger's name, initials, and title.\n* Format: last name + first name or initials + title\n* Example: *FLYER / MARY MS*\n* minLength: 1 character\n* maxLength: 20 characters\n* If you send more than 20 characters, the name is truncated\n* Must not be all spaces \n*Must not be all zeros.",
"description" : "The passenger's name, initials, and title.\n* Format: last name + first name or initials + title\n* Example: *FLYER / MARY MS*\n* minLength: 1 character\n* maxLength: 20 characters\n* If you send more than 20 characters, the name is truncated\n* Must not be all spaces \n* Must not be all zeros.",
"type" : "string"
},
"airline.ticket_issue_address" : {
@@ -1710,15 +1710,15 @@
"type" : "string"
},
"airline.ticket_number" : {
"description" : "The ticket's unique identifier.\n* minLength: 1 character\n* maxLength: 15 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The ticket's unique identifier.\n* minLength: 1 character\n* maxLength: 15 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.travel_agency_code" : {
"description" : "The unique identifier from IATA or ARC for the travel agency that issues the ticket.\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 8 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The unique identifier from IATA or ARC for the travel agency that issues the ticket.\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 8 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.travel_agency_name" : {
"description" : "The name of the travel agency.\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 25 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The name of the travel agency.\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 25 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
}
},

View File

@@ -1624,11 +1624,11 @@
"type" : "string"
},
"airline.airline_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier.\n* Format: IATA 3-digit accounting code (PAX)\n* Example: KLM = 074\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier.\n* Format: IATA 3-digit accounting code (PAX)\n* Example: KLM = 074\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.airline_designator_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\n* Encoding: ASCII\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\n* Encoding: ASCII\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.boarding_fee" : {
@@ -1656,11 +1656,11 @@
"type" : "string"
},
"airline.leg.carrier_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\nThis field is required if the airline data includes leg details.\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\nThis field is required if the airline data includes leg details.\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.class_of_travel" : {
"description" : "A one-letter travel class identifier.\n The following are common:\n * F: first class\n* J: business class\n* Y: economy class\n* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 1 character\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "A one-letter travel class identifier.\n The following are common:\n * F: first class\n* J: business class\n* Y: economy class\n* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 1 character\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.date_of_travel" : {
@@ -1668,23 +1668,23 @@
"type" : "string"
},
"airline.leg.depart_airport" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport.\nThis field is required if the airline data includes leg details.\n\n* Encoding: ASCII\n* Example: Amsterdam = AMS\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport.\nThis field is required if the airline data includes leg details.\n\n* Encoding: ASCII\n* Example: Amsterdam = AMS\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.depart_tax" : {
"description" : "The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Encoding: Numeric\n* minLength: 1\n* maxLength: 12\n*Must not be all zeros.",
"description" : "The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Encoding: Numeric\n* minLength: 1\n* maxLength: 12\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.destination_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport.\nThis field is required if the airline data includes leg details.\n* Example: Amsterdam = AMS\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport.\nThis field is required if the airline data includes leg details.\n* Example: Amsterdam = AMS\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.fare_base_code" : {
"description" : "The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric.\n* minLength: 1 character\n* maxLength: 6 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric.\n* minLength: 1 character\n* maxLength: 6 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.flight_number" : {
"description" : "The flight identifier.\n* minLength: 1 character\n* maxLength: 5 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The flight identifier.\n* minLength: 1 character\n* maxLength: 5 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.stop_over_code" : {
@@ -1712,7 +1712,7 @@
"type" : "string"
},
"airline.passenger_name" : {
"description" : "The passenger's name, initials, and title.\n* Format: last name + first name or initials + title\n* Example: *FLYER / MARY MS*\n* minLength: 1 character\n* maxLength: 20 characters\n* If you send more than 20 characters, the name is truncated\n* Must not be all spaces \n*Must not be all zeros.",
"description" : "The passenger's name, initials, and title.\n* Format: last name + first name or initials + title\n* Example: *FLYER / MARY MS*\n* minLength: 1 character\n* maxLength: 20 characters\n* If you send more than 20 characters, the name is truncated\n* Must not be all spaces \n* Must not be all zeros.",
"type" : "string"
},
"airline.ticket_issue_address" : {
@@ -1720,15 +1720,15 @@
"type" : "string"
},
"airline.ticket_number" : {
"description" : "The ticket's unique identifier.\n* minLength: 1 character\n* maxLength: 15 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The ticket's unique identifier.\n* minLength: 1 character\n* maxLength: 15 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.travel_agency_code" : {
"description" : "The unique identifier from IATA or ARC for the travel agency that issues the ticket.\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 8 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The unique identifier from IATA or ARC for the travel agency that issues the ticket.\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 8 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.travel_agency_name" : {
"description" : "The name of the travel agency.\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 25 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The name of the travel agency.\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 25 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
}
},

View File

@@ -1738,11 +1738,11 @@
"type" : "string"
},
"airline.airline_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier.\n* Format: IATA 3-digit accounting code (PAX)\n* Example: KLM = 074\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier.\n* Format: IATA 3-digit accounting code (PAX)\n* Example: KLM = 074\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.airline_designator_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\n* Encoding: ASCII\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\n* Encoding: ASCII\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.boarding_fee" : {
@@ -1770,11 +1770,11 @@
"type" : "string"
},
"airline.leg.carrier_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\nThis field is required if the airline data includes leg details.\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\nThis field is required if the airline data includes leg details.\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.class_of_travel" : {
"description" : "A one-letter travel class identifier.\n The following are common:\n * F: first class\n* J: business class\n* Y: economy class\n* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 1 character\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "A one-letter travel class identifier.\n The following are common:\n * F: first class\n* J: business class\n* Y: economy class\n* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 1 character\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.date_of_travel" : {
@@ -1782,23 +1782,23 @@
"type" : "string"
},
"airline.leg.depart_airport" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport.\nThis field is required if the airline data includes leg details.\n\n* Encoding: ASCII\n* Example: Amsterdam = AMS\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport.\nThis field is required if the airline data includes leg details.\n\n* Encoding: ASCII\n* Example: Amsterdam = AMS\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.depart_tax" : {
"description" : "The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Encoding: Numeric\n* minLength: 1\n* maxLength: 12\n*Must not be all zeros.",
"description" : "The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Encoding: Numeric\n* minLength: 1\n* maxLength: 12\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.destination_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport.\nThis field is required if the airline data includes leg details.\n* Example: Amsterdam = AMS\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport.\nThis field is required if the airline data includes leg details.\n* Example: Amsterdam = AMS\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.fare_base_code" : {
"description" : "The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric.\n* minLength: 1 character\n* maxLength: 6 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric.\n* minLength: 1 character\n* maxLength: 6 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.flight_number" : {
"description" : "The flight identifier.\n* minLength: 1 character\n* maxLength: 5 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The flight identifier.\n* minLength: 1 character\n* maxLength: 5 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.stop_over_code" : {
@@ -1826,7 +1826,7 @@
"type" : "string"
},
"airline.passenger_name" : {
"description" : "The passenger's name, initials, and title.\n* Format: last name + first name or initials + title\n* Example: *FLYER / MARY MS*\n* minLength: 1 character\n* maxLength: 20 characters\n* If you send more than 20 characters, the name is truncated\n* Must not be all spaces \n*Must not be all zeros.",
"description" : "The passenger's name, initials, and title.\n* Format: last name + first name or initials + title\n* Example: *FLYER / MARY MS*\n* minLength: 1 character\n* maxLength: 20 characters\n* If you send more than 20 characters, the name is truncated\n* Must not be all spaces \n* Must not be all zeros.",
"type" : "string"
},
"airline.ticket_issue_address" : {
@@ -1834,15 +1834,15 @@
"type" : "string"
},
"airline.ticket_number" : {
"description" : "The ticket's unique identifier.\n* minLength: 1 character\n* maxLength: 15 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The ticket's unique identifier.\n* minLength: 1 character\n* maxLength: 15 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.travel_agency_code" : {
"description" : "The unique identifier from IATA or ARC for the travel agency that issues the ticket.\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 8 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The unique identifier from IATA or ARC for the travel agency that issues the ticket.\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 8 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.travel_agency_name" : {
"description" : "The name of the travel agency.\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 25 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The name of the travel agency.\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 25 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
}
},

View File

@@ -1738,11 +1738,11 @@
"type" : "string"
},
"airline.airline_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier.\n* Format: IATA 3-digit accounting code (PAX)\n* Example: KLM = 074\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier.\n* Format: IATA 3-digit accounting code (PAX)\n* Example: KLM = 074\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.airline_designator_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\n* Encoding: ASCII\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\n* Encoding: ASCII\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.boarding_fee" : {
@@ -1770,11 +1770,11 @@
"type" : "string"
},
"airline.leg.carrier_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\nThis field is required if the airline data includes leg details.\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\nThis field is required if the airline data includes leg details.\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.class_of_travel" : {
"description" : "A one-letter travel class identifier.\n The following are common:\n * F: first class\n* J: business class\n* Y: economy class\n* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 1 character\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "A one-letter travel class identifier.\n The following are common:\n * F: first class\n* J: business class\n* Y: economy class\n* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 1 character\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.date_of_travel" : {
@@ -1782,23 +1782,23 @@
"type" : "string"
},
"airline.leg.depart_airport" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport.\nThis field is required if the airline data includes leg details.\n\n* Encoding: ASCII\n* Example: Amsterdam = AMS\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport.\nThis field is required if the airline data includes leg details.\n\n* Encoding: ASCII\n* Example: Amsterdam = AMS\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.depart_tax" : {
"description" : "The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Encoding: Numeric\n* minLength: 1\n* maxLength: 12\n*Must not be all zeros.",
"description" : "The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Encoding: Numeric\n* minLength: 1\n* maxLength: 12\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.destination_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport.\nThis field is required if the airline data includes leg details.\n* Example: Amsterdam = AMS\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport.\nThis field is required if the airline data includes leg details.\n* Example: Amsterdam = AMS\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.fare_base_code" : {
"description" : "The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric.\n* minLength: 1 character\n* maxLength: 6 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric.\n* minLength: 1 character\n* maxLength: 6 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.flight_number" : {
"description" : "The flight identifier.\n* minLength: 1 character\n* maxLength: 5 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The flight identifier.\n* minLength: 1 character\n* maxLength: 5 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.stop_over_code" : {
@@ -1826,7 +1826,7 @@
"type" : "string"
},
"airline.passenger_name" : {
"description" : "The passenger's name, initials, and title.\n* Format: last name + first name or initials + title\n* Example: *FLYER / MARY MS*\n* minLength: 1 character\n* maxLength: 20 characters\n* If you send more than 20 characters, the name is truncated\n* Must not be all spaces \n*Must not be all zeros.",
"description" : "The passenger's name, initials, and title.\n* Format: last name + first name or initials + title\n* Example: *FLYER / MARY MS*\n* minLength: 1 character\n* maxLength: 20 characters\n* If you send more than 20 characters, the name is truncated\n* Must not be all spaces \n* Must not be all zeros.",
"type" : "string"
},
"airline.ticket_issue_address" : {
@@ -1834,15 +1834,15 @@
"type" : "string"
},
"airline.ticket_number" : {
"description" : "The ticket's unique identifier.\n* minLength: 1 character\n* maxLength: 15 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The ticket's unique identifier.\n* minLength: 1 character\n* maxLength: 15 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.travel_agency_code" : {
"description" : "The unique identifier from IATA or ARC for the travel agency that issues the ticket.\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 8 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The unique identifier from IATA or ARC for the travel agency that issues the ticket.\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 8 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.travel_agency_name" : {
"description" : "The name of the travel agency.\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 25 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The name of the travel agency.\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 25 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
}
},

View File

@@ -1738,11 +1738,11 @@
"type" : "string"
},
"airline.airline_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier.\n* Format: IATA 3-digit accounting code (PAX)\n* Example: KLM = 074\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier.\n* Format: IATA 3-digit accounting code (PAX)\n* Example: KLM = 074\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.airline_designator_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\n* Encoding: ASCII\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\n* Encoding: ASCII\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.boarding_fee" : {
@@ -1770,11 +1770,11 @@
"type" : "string"
},
"airline.leg.carrier_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\nThis field is required if the airline data includes leg details.\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\nThis field is required if the airline data includes leg details.\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.class_of_travel" : {
"description" : "A one-letter travel class identifier.\n The following are common:\n * F: first class\n* J: business class\n* Y: economy class\n* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 1 character\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "A one-letter travel class identifier.\n The following are common:\n * F: first class\n* J: business class\n* Y: economy class\n* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 1 character\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.date_of_travel" : {
@@ -1782,23 +1782,23 @@
"type" : "string"
},
"airline.leg.depart_airport" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport.\nThis field is required if the airline data includes leg details.\n\n* Encoding: ASCII\n* Example: Amsterdam = AMS\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport.\nThis field is required if the airline data includes leg details.\n\n* Encoding: ASCII\n* Example: Amsterdam = AMS\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.depart_tax" : {
"description" : "The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Encoding: Numeric\n* minLength: 1\n* maxLength: 12\n*Must not be all zeros.",
"description" : "The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Encoding: Numeric\n* minLength: 1\n* maxLength: 12\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.destination_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport.\nThis field is required if the airline data includes leg details.\n* Example: Amsterdam = AMS\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport.\nThis field is required if the airline data includes leg details.\n* Example: Amsterdam = AMS\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.fare_base_code" : {
"description" : "The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric.\n* minLength: 1 character\n* maxLength: 6 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric.\n* minLength: 1 character\n* maxLength: 6 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.flight_number" : {
"description" : "The flight identifier.\n* minLength: 1 character\n* maxLength: 5 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The flight identifier.\n* minLength: 1 character\n* maxLength: 5 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.stop_over_code" : {
@@ -1826,7 +1826,7 @@
"type" : "string"
},
"airline.passenger_name" : {
"description" : "The passenger's name, initials, and title.\n* Format: last name + first name or initials + title\n* Example: *FLYER / MARY MS*\n* minLength: 1 character\n* maxLength: 20 characters\n* If you send more than 20 characters, the name is truncated\n* Must not be all spaces \n*Must not be all zeros.",
"description" : "The passenger's name, initials, and title.\n* Format: last name + first name or initials + title\n* Example: *FLYER / MARY MS*\n* minLength: 1 character\n* maxLength: 20 characters\n* If you send more than 20 characters, the name is truncated\n* Must not be all spaces \n* Must not be all zeros.",
"type" : "string"
},
"airline.ticket_issue_address" : {
@@ -1834,15 +1834,15 @@
"type" : "string"
},
"airline.ticket_number" : {
"description" : "The ticket's unique identifier.\n* minLength: 1 character\n* maxLength: 15 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The ticket's unique identifier.\n* minLength: 1 character\n* maxLength: 15 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.travel_agency_code" : {
"description" : "The unique identifier from IATA or ARC for the travel agency that issues the ticket.\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 8 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The unique identifier from IATA or ARC for the travel agency that issues the ticket.\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 8 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.travel_agency_name" : {
"description" : "The name of the travel agency.\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 25 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The name of the travel agency.\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 25 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
}
},

View File

@@ -1738,11 +1738,11 @@
"type" : "string"
},
"airline.airline_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier.\n* Format: IATA 3-digit accounting code (PAX)\n* Example: KLM = 074\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier.\n* Format: IATA 3-digit accounting code (PAX)\n* Example: KLM = 074\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.airline_designator_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\n* Encoding: ASCII\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\n* Encoding: ASCII\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.boarding_fee" : {
@@ -1770,11 +1770,11 @@
"type" : "string"
},
"airline.leg.carrier_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\nThis field is required if the airline data includes leg details.\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\nThis field is required if the airline data includes leg details.\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.class_of_travel" : {
"description" : "A one-letter travel class identifier.\n The following are common:\n * F: first class\n* J: business class\n* Y: economy class\n* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 1 character\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "A one-letter travel class identifier.\n The following are common:\n * F: first class\n* J: business class\n* Y: economy class\n* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 1 character\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.date_of_travel" : {
@@ -1782,23 +1782,23 @@
"type" : "string"
},
"airline.leg.depart_airport" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport.\nThis field is required if the airline data includes leg details.\n\n* Encoding: ASCII\n* Example: Amsterdam = AMS\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport.\nThis field is required if the airline data includes leg details.\n\n* Encoding: ASCII\n* Example: Amsterdam = AMS\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.depart_tax" : {
"description" : "The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Encoding: Numeric\n* minLength: 1\n* maxLength: 12\n*Must not be all zeros.",
"description" : "The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Encoding: Numeric\n* minLength: 1\n* maxLength: 12\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.destination_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport.\nThis field is required if the airline data includes leg details.\n* Example: Amsterdam = AMS\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport.\nThis field is required if the airline data includes leg details.\n* Example: Amsterdam = AMS\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.fare_base_code" : {
"description" : "The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric.\n* minLength: 1 character\n* maxLength: 6 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric.\n* minLength: 1 character\n* maxLength: 6 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.flight_number" : {
"description" : "The flight identifier.\n* minLength: 1 character\n* maxLength: 5 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The flight identifier.\n* minLength: 1 character\n* maxLength: 5 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.stop_over_code" : {
@@ -1826,7 +1826,7 @@
"type" : "string"
},
"airline.passenger_name" : {
"description" : "The passenger's name, initials, and title.\n* Format: last name + first name or initials + title\n* Example: *FLYER / MARY MS*\n* minLength: 1 character\n* maxLength: 20 characters\n* If you send more than 20 characters, the name is truncated\n* Must not be all spaces \n*Must not be all zeros.",
"description" : "The passenger's name, initials, and title.\n* Format: last name + first name or initials + title\n* Example: *FLYER / MARY MS*\n* minLength: 1 character\n* maxLength: 20 characters\n* If you send more than 20 characters, the name is truncated\n* Must not be all spaces \n* Must not be all zeros.",
"type" : "string"
},
"airline.ticket_issue_address" : {
@@ -1834,15 +1834,15 @@
"type" : "string"
},
"airline.ticket_number" : {
"description" : "The ticket's unique identifier.\n* minLength: 1 character\n* maxLength: 15 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The ticket's unique identifier.\n* minLength: 1 character\n* maxLength: 15 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.travel_agency_code" : {
"description" : "The unique identifier from IATA or ARC for the travel agency that issues the ticket.\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 8 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The unique identifier from IATA or ARC for the travel agency that issues the ticket.\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 8 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.travel_agency_name" : {
"description" : "The name of the travel agency.\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 25 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The name of the travel agency.\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 25 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
}
},

View File

@@ -1874,11 +1874,11 @@
"type" : "string"
},
"airline.airline_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier.\n* Format: IATA 3-digit accounting code (PAX)\n* Example: KLM = 074\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier.\n* Format: IATA 3-digit accounting code (PAX)\n* Example: KLM = 074\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.airline_designator_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\n* Encoding: ASCII\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\n* Encoding: ASCII\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.boarding_fee" : {
@@ -1906,11 +1906,11 @@
"type" : "string"
},
"airline.leg.carrier_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\nThis field is required if the airline data includes leg details.\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier.\nThis field is required if the airline data includes leg details.\n* Example: KLM = KL\n* minLength: 2 characters\n* maxLength: 2 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.class_of_travel" : {
"description" : "A one-letter travel class identifier.\n The following are common:\n * F: first class\n* J: business class\n* Y: economy class\n* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 1 character\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "A one-letter travel class identifier.\n The following are common:\n * F: first class\n* J: business class\n* Y: economy class\n* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 1 character\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.date_of_travel" : {
@@ -1918,23 +1918,23 @@
"type" : "string"
},
"airline.leg.depart_airport" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport.\nThis field is required if the airline data includes leg details.\n\n* Encoding: ASCII\n* Example: Amsterdam = AMS\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport.\nThis field is required if the airline data includes leg details.\n\n* Encoding: ASCII\n* Example: Amsterdam = AMS\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.depart_tax" : {
"description" : "The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Encoding: Numeric\n* minLength: 1\n* maxLength: 12\n*Must not be all zeros.",
"description" : "The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* Encoding: Numeric\n* minLength: 1\n* maxLength: 12\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.destination_code" : {
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport.\nThis field is required if the airline data includes leg details.\n* Example: Amsterdam = AMS\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport.\nThis field is required if the airline data includes leg details.\n* Example: Amsterdam = AMS\n* Encoding: ASCII\n* minLength: 3 characters\n* maxLength: 3 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.fare_base_code" : {
"description" : "The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric.\n* minLength: 1 character\n* maxLength: 6 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric.\n* minLength: 1 character\n* maxLength: 6 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.flight_number" : {
"description" : "The flight identifier.\n* minLength: 1 character\n* maxLength: 5 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The flight identifier.\n* minLength: 1 character\n* maxLength: 5 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.leg.stop_over_code" : {
@@ -1962,7 +1962,7 @@
"type" : "string"
},
"airline.passenger_name" : {
"description" : "The passenger's name, initials, and title.\n* Format: last name + first name or initials + title\n* Example: *FLYER / MARY MS*\n* minLength: 1 character\n* maxLength: 20 characters\n* If you send more than 20 characters, the name is truncated\n* Must not be all spaces \n*Must not be all zeros.",
"description" : "The passenger's name, initials, and title.\n* Format: last name + first name or initials + title\n* Example: *FLYER / MARY MS*\n* minLength: 1 character\n* maxLength: 20 characters\n* If you send more than 20 characters, the name is truncated\n* Must not be all spaces \n* Must not be all zeros.",
"type" : "string"
},
"airline.ticket_issue_address" : {
@@ -1970,15 +1970,15 @@
"type" : "string"
},
"airline.ticket_number" : {
"description" : "The ticket's unique identifier.\n* minLength: 1 character\n* maxLength: 15 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The ticket's unique identifier.\n* minLength: 1 character\n* maxLength: 15 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.travel_agency_code" : {
"description" : "The unique identifier from IATA or ARC for the travel agency that issues the ticket.\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 8 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The unique identifier from IATA or ARC for the travel agency that issues the ticket.\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 8 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
},
"airline.travel_agency_name" : {
"description" : "The name of the travel agency.\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 25 characters\n* Must not be all spaces\n*Must not be all zeros.",
"description" : "The name of the travel agency.\n\n* Encoding: ASCII\n* minLength: 1 character\n* maxLength: 25 characters\n* Must not be all spaces\n* Must not be all zeros.",
"type" : "string"
}
},

View File

@@ -711,7 +711,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.airline_designator_code:
description: 'The [IATA](https://www.iata.org/services/pages/codes.aspx)
@@ -727,7 +727,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.boarding_fee:
description: 'The amount charged for boarding the plane, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
@@ -806,13 +806,14 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.class_of_travel:
description: "A one-letter travel class identifier.\n The following are\
\ common:\n * F: first class\n* J: business class\n* Y: economy class\n\
* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n\
* maxLength: 1 character\n* Must not be all spaces\n*Must not be all zeros."
* maxLength: 1 character\n* Must not be all spaces\n* Must not be all\
\ zeros."
type: string
airline.leg.date_of_travel:
description: "\t\nDate and time of travel in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)\
@@ -836,7 +837,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.depart_tax:
description: 'The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax)
@@ -848,7 +849,7 @@ components:
* maxLength: 12
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.destination_code:
description: 'The [IATA](https://www.iata.org/services/pages/codes.aspx)
@@ -866,7 +867,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.fare_base_code:
description: 'The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code),
@@ -878,7 +879,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.flight_number:
description: 'The flight identifier.
@@ -889,7 +890,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.stop_over_code:
description: 'A one-letter code that indicates whether the passenger is
@@ -952,7 +953,7 @@ components:
\ name + first name or initials + title\n* Example: *FLYER / MARY MS*\n\
* minLength: 1 character\n* maxLength: 20 characters\n* If you send more\
\ than 20 characters, the name is truncated\n* Must not be all spaces\
\ \n*Must not be all zeros."
\ \n* Must not be all zeros."
type: string
airline.ticket_issue_address:
description: 'The address of the organization that issued the ticket.
@@ -970,7 +971,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.travel_agency_code:
description: 'The unique identifier from IATA or ARC for the travel agency
@@ -984,7 +985,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.travel_agency_name:
description: 'The name of the travel agency.
@@ -998,7 +999,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
required:
- airline.passenger_name

View File

@@ -873,7 +873,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.airline_designator_code:
description: 'The [IATA](https://www.iata.org/services/pages/codes.aspx)
@@ -889,7 +889,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.boarding_fee:
description: 'The amount charged for boarding the plane, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
@@ -968,13 +968,14 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.class_of_travel:
description: "A one-letter travel class identifier.\n The following are\
\ common:\n * F: first class\n* J: business class\n* Y: economy class\n\
* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n\
* maxLength: 1 character\n* Must not be all spaces\n*Must not be all zeros."
* maxLength: 1 character\n* Must not be all spaces\n* Must not be all\
\ zeros."
type: string
airline.leg.date_of_travel:
description: "\t\nDate and time of travel in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)\
@@ -998,7 +999,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.depart_tax:
description: 'The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax)
@@ -1010,7 +1011,7 @@ components:
* maxLength: 12
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.destination_code:
description: 'The [IATA](https://www.iata.org/services/pages/codes.aspx)
@@ -1028,7 +1029,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.fare_base_code:
description: 'The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code),
@@ -1040,7 +1041,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.flight_number:
description: 'The flight identifier.
@@ -1051,7 +1052,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.stop_over_code:
description: 'A one-letter code that indicates whether the passenger is
@@ -1114,7 +1115,7 @@ components:
\ name + first name or initials + title\n* Example: *FLYER / MARY MS*\n\
* minLength: 1 character\n* maxLength: 20 characters\n* If you send more\
\ than 20 characters, the name is truncated\n* Must not be all spaces\
\ \n*Must not be all zeros."
\ \n* Must not be all zeros."
type: string
airline.ticket_issue_address:
description: 'The address of the organization that issued the ticket.
@@ -1132,7 +1133,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.travel_agency_code:
description: 'The unique identifier from IATA or ARC for the travel agency
@@ -1146,7 +1147,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.travel_agency_name:
description: 'The name of the travel agency.
@@ -1160,7 +1161,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
required:
- airline.passenger_name

View File

@@ -1252,7 +1252,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.airline_designator_code:
description: 'The [IATA](https://www.iata.org/services/pages/codes.aspx)
@@ -1268,7 +1268,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.boarding_fee:
description: 'The amount charged for boarding the plane, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
@@ -1347,13 +1347,14 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.class_of_travel:
description: "A one-letter travel class identifier.\n The following are\
\ common:\n * F: first class\n* J: business class\n* Y: economy class\n\
* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n\
* maxLength: 1 character\n* Must not be all spaces\n*Must not be all zeros."
* maxLength: 1 character\n* Must not be all spaces\n* Must not be all\
\ zeros."
type: string
airline.leg.date_of_travel:
description: "\t\nDate and time of travel in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)\
@@ -1377,7 +1378,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.depart_tax:
description: 'The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax)
@@ -1389,7 +1390,7 @@ components:
* maxLength: 12
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.destination_code:
description: 'The [IATA](https://www.iata.org/services/pages/codes.aspx)
@@ -1407,7 +1408,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.fare_base_code:
description: 'The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code),
@@ -1419,7 +1420,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.flight_number:
description: 'The flight identifier.
@@ -1430,7 +1431,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.stop_over_code:
description: 'A one-letter code that indicates whether the passenger is
@@ -1493,7 +1494,7 @@ components:
\ name + first name or initials + title\n* Example: *FLYER / MARY MS*\n\
* minLength: 1 character\n* maxLength: 20 characters\n* If you send more\
\ than 20 characters, the name is truncated\n* Must not be all spaces\
\ \n*Must not be all zeros."
\ \n* Must not be all zeros."
type: string
airline.ticket_issue_address:
description: 'The address of the organization that issued the ticket.
@@ -1511,7 +1512,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.travel_agency_code:
description: 'The unique identifier from IATA or ARC for the travel agency
@@ -1525,7 +1526,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.travel_agency_name:
description: 'The name of the travel agency.
@@ -1539,7 +1540,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
required:
- airline.passenger_name

View File

@@ -1252,7 +1252,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.airline_designator_code:
description: 'The [IATA](https://www.iata.org/services/pages/codes.aspx)
@@ -1268,7 +1268,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.boarding_fee:
description: 'The amount charged for boarding the plane, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
@@ -1347,13 +1347,14 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.class_of_travel:
description: "A one-letter travel class identifier.\n The following are\
\ common:\n * F: first class\n* J: business class\n* Y: economy class\n\
* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n\
* maxLength: 1 character\n* Must not be all spaces\n*Must not be all zeros."
* maxLength: 1 character\n* Must not be all spaces\n* Must not be all\
\ zeros."
type: string
airline.leg.date_of_travel:
description: "\t\nDate and time of travel in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)\
@@ -1377,7 +1378,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.depart_tax:
description: 'The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax)
@@ -1389,7 +1390,7 @@ components:
* maxLength: 12
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.destination_code:
description: 'The [IATA](https://www.iata.org/services/pages/codes.aspx)
@@ -1407,7 +1408,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.fare_base_code:
description: 'The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code),
@@ -1419,7 +1420,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.flight_number:
description: 'The flight identifier.
@@ -1430,7 +1431,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.stop_over_code:
description: 'A one-letter code that indicates whether the passenger is
@@ -1493,7 +1494,7 @@ components:
\ name + first name or initials + title\n* Example: *FLYER / MARY MS*\n\
* minLength: 1 character\n* maxLength: 20 characters\n* If you send more\
\ than 20 characters, the name is truncated\n* Must not be all spaces\
\ \n*Must not be all zeros."
\ \n* Must not be all zeros."
type: string
airline.ticket_issue_address:
description: 'The address of the organization that issued the ticket.
@@ -1511,7 +1512,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.travel_agency_code:
description: 'The unique identifier from IATA or ARC for the travel agency
@@ -1525,7 +1526,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.travel_agency_name:
description: 'The name of the travel agency.
@@ -1539,7 +1540,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
required:
- airline.passenger_name

View File

@@ -1252,7 +1252,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.airline_designator_code:
description: 'The [IATA](https://www.iata.org/services/pages/codes.aspx)
@@ -1268,7 +1268,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.boarding_fee:
description: 'The amount charged for boarding the plane, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
@@ -1347,13 +1347,14 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.class_of_travel:
description: "A one-letter travel class identifier.\n The following are\
\ common:\n * F: first class\n* J: business class\n* Y: economy class\n\
* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n\
* maxLength: 1 character\n* Must not be all spaces\n*Must not be all zeros."
* maxLength: 1 character\n* Must not be all spaces\n* Must not be all\
\ zeros."
type: string
airline.leg.date_of_travel:
description: "\t\nDate and time of travel in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)\
@@ -1377,7 +1378,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.depart_tax:
description: 'The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax)
@@ -1389,7 +1390,7 @@ components:
* maxLength: 12
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.destination_code:
description: 'The [IATA](https://www.iata.org/services/pages/codes.aspx)
@@ -1407,7 +1408,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.fare_base_code:
description: 'The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code),
@@ -1419,7 +1420,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.flight_number:
description: 'The flight identifier.
@@ -1430,7 +1431,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.stop_over_code:
description: 'A one-letter code that indicates whether the passenger is
@@ -1493,7 +1494,7 @@ components:
\ name + first name or initials + title\n* Example: *FLYER / MARY MS*\n\
* minLength: 1 character\n* maxLength: 20 characters\n* If you send more\
\ than 20 characters, the name is truncated\n* Must not be all spaces\
\ \n*Must not be all zeros."
\ \n* Must not be all zeros."
type: string
airline.ticket_issue_address:
description: 'The address of the organization that issued the ticket.
@@ -1511,7 +1512,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.travel_agency_code:
description: 'The unique identifier from IATA or ARC for the travel agency
@@ -1525,7 +1526,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.travel_agency_name:
description: 'The name of the travel agency.
@@ -1539,7 +1540,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
required:
- airline.passenger_name

View File

@@ -1269,7 +1269,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.airline_designator_code:
description: 'The [IATA](https://www.iata.org/services/pages/codes.aspx)
@@ -1285,7 +1285,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.boarding_fee:
description: 'The amount charged for boarding the plane, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
@@ -1364,13 +1364,14 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.class_of_travel:
description: "A one-letter travel class identifier.\n The following are\
\ common:\n * F: first class\n* J: business class\n* Y: economy class\n\
* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n\
* maxLength: 1 character\n* Must not be all spaces\n*Must not be all zeros."
* maxLength: 1 character\n* Must not be all spaces\n* Must not be all\
\ zeros."
type: string
airline.leg.date_of_travel:
description: "\t\nDate and time of travel in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)\
@@ -1394,7 +1395,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.depart_tax:
description: 'The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax)
@@ -1406,7 +1407,7 @@ components:
* maxLength: 12
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.destination_code:
description: 'The [IATA](https://www.iata.org/services/pages/codes.aspx)
@@ -1424,7 +1425,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.fare_base_code:
description: 'The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code),
@@ -1436,7 +1437,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.flight_number:
description: 'The flight identifier.
@@ -1447,7 +1448,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.stop_over_code:
description: 'A one-letter code that indicates whether the passenger is
@@ -1510,7 +1511,7 @@ components:
\ name + first name or initials + title\n* Example: *FLYER / MARY MS*\n\
* minLength: 1 character\n* maxLength: 20 characters\n* If you send more\
\ than 20 characters, the name is truncated\n* Must not be all spaces\
\ \n*Must not be all zeros."
\ \n* Must not be all zeros."
type: string
airline.ticket_issue_address:
description: 'The address of the organization that issued the ticket.
@@ -1528,7 +1529,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.travel_agency_code:
description: 'The unique identifier from IATA or ARC for the travel agency
@@ -1542,7 +1543,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.travel_agency_name:
description: 'The name of the travel agency.
@@ -1556,7 +1557,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
required:
- airline.passenger_name

View File

@@ -1337,7 +1337,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.airline_designator_code:
description: 'The [IATA](https://www.iata.org/services/pages/codes.aspx)
@@ -1353,7 +1353,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.boarding_fee:
description: 'The amount charged for boarding the plane, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
@@ -1432,13 +1432,14 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.class_of_travel:
description: "A one-letter travel class identifier.\n The following are\
\ common:\n * F: first class\n* J: business class\n* Y: economy class\n\
* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n\
* maxLength: 1 character\n* Must not be all spaces\n*Must not be all zeros."
* maxLength: 1 character\n* Must not be all spaces\n* Must not be all\
\ zeros."
type: string
airline.leg.date_of_travel:
description: "\t\nDate and time of travel in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)\
@@ -1462,7 +1463,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.depart_tax:
description: 'The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax)
@@ -1474,7 +1475,7 @@ components:
* maxLength: 12
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.destination_code:
description: 'The [IATA](https://www.iata.org/services/pages/codes.aspx)
@@ -1492,7 +1493,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.fare_base_code:
description: 'The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code),
@@ -1504,7 +1505,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.flight_number:
description: 'The flight identifier.
@@ -1515,7 +1516,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.stop_over_code:
description: 'A one-letter code that indicates whether the passenger is
@@ -1578,7 +1579,7 @@ components:
\ name + first name or initials + title\n* Example: *FLYER / MARY MS*\n\
* minLength: 1 character\n* maxLength: 20 characters\n* If you send more\
\ than 20 characters, the name is truncated\n* Must not be all spaces\
\ \n*Must not be all zeros."
\ \n* Must not be all zeros."
type: string
airline.ticket_issue_address:
description: 'The address of the organization that issued the ticket.
@@ -1596,7 +1597,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.travel_agency_code:
description: 'The unique identifier from IATA or ARC for the travel agency
@@ -1610,7 +1611,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.travel_agency_name:
description: 'The name of the travel agency.
@@ -1624,7 +1625,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
required:
- airline.passenger_name

View File

@@ -1337,7 +1337,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.airline_designator_code:
description: 'The [IATA](https://www.iata.org/services/pages/codes.aspx)
@@ -1353,7 +1353,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.boarding_fee:
description: 'The amount charged for boarding the plane, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
@@ -1432,13 +1432,14 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.class_of_travel:
description: "A one-letter travel class identifier.\n The following are\
\ common:\n * F: first class\n* J: business class\n* Y: economy class\n\
* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n\
* maxLength: 1 character\n* Must not be all spaces\n*Must not be all zeros."
* maxLength: 1 character\n* Must not be all spaces\n* Must not be all\
\ zeros."
type: string
airline.leg.date_of_travel:
description: "\t\nDate and time of travel in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)\
@@ -1462,7 +1463,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.depart_tax:
description: 'The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax)
@@ -1474,7 +1475,7 @@ components:
* maxLength: 12
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.destination_code:
description: 'The [IATA](https://www.iata.org/services/pages/codes.aspx)
@@ -1492,7 +1493,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.fare_base_code:
description: 'The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code),
@@ -1504,7 +1505,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.flight_number:
description: 'The flight identifier.
@@ -1515,7 +1516,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.stop_over_code:
description: 'A one-letter code that indicates whether the passenger is
@@ -1578,7 +1579,7 @@ components:
\ name + first name or initials + title\n* Example: *FLYER / MARY MS*\n\
* minLength: 1 character\n* maxLength: 20 characters\n* If you send more\
\ than 20 characters, the name is truncated\n* Must not be all spaces\
\ \n*Must not be all zeros."
\ \n* Must not be all zeros."
type: string
airline.ticket_issue_address:
description: 'The address of the organization that issued the ticket.
@@ -1596,7 +1597,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.travel_agency_code:
description: 'The unique identifier from IATA or ARC for the travel agency
@@ -1610,7 +1611,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.travel_agency_name:
description: 'The name of the travel agency.
@@ -1624,7 +1625,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
required:
- airline.passenger_name

View File

@@ -1337,7 +1337,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.airline_designator_code:
description: 'The [IATA](https://www.iata.org/services/pages/codes.aspx)
@@ -1353,7 +1353,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.boarding_fee:
description: 'The amount charged for boarding the plane, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
@@ -1432,13 +1432,14 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.class_of_travel:
description: "A one-letter travel class identifier.\n The following are\
\ common:\n * F: first class\n* J: business class\n* Y: economy class\n\
* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n\
* maxLength: 1 character\n* Must not be all spaces\n*Must not be all zeros."
* maxLength: 1 character\n* Must not be all spaces\n* Must not be all\
\ zeros."
type: string
airline.leg.date_of_travel:
description: "\t\nDate and time of travel in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)\
@@ -1462,7 +1463,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.depart_tax:
description: 'The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax)
@@ -1474,7 +1475,7 @@ components:
* maxLength: 12
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.destination_code:
description: 'The [IATA](https://www.iata.org/services/pages/codes.aspx)
@@ -1492,7 +1493,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.fare_base_code:
description: 'The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code),
@@ -1504,7 +1505,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.flight_number:
description: 'The flight identifier.
@@ -1515,7 +1516,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.stop_over_code:
description: 'A one-letter code that indicates whether the passenger is
@@ -1578,7 +1579,7 @@ components:
\ name + first name or initials + title\n* Example: *FLYER / MARY MS*\n\
* minLength: 1 character\n* maxLength: 20 characters\n* If you send more\
\ than 20 characters, the name is truncated\n* Must not be all spaces\
\ \n*Must not be all zeros."
\ \n* Must not be all zeros."
type: string
airline.ticket_issue_address:
description: 'The address of the organization that issued the ticket.
@@ -1596,7 +1597,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.travel_agency_code:
description: 'The unique identifier from IATA or ARC for the travel agency
@@ -1610,7 +1611,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.travel_agency_name:
description: 'The name of the travel agency.
@@ -1624,7 +1625,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
required:
- airline.passenger_name

View File

@@ -1337,7 +1337,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.airline_designator_code:
description: 'The [IATA](https://www.iata.org/services/pages/codes.aspx)
@@ -1353,7 +1353,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.boarding_fee:
description: 'The amount charged for boarding the plane, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
@@ -1432,13 +1432,14 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.class_of_travel:
description: "A one-letter travel class identifier.\n The following are\
\ common:\n * F: first class\n* J: business class\n* Y: economy class\n\
* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n\
* maxLength: 1 character\n* Must not be all spaces\n*Must not be all zeros."
* maxLength: 1 character\n* Must not be all spaces\n* Must not be all\
\ zeros."
type: string
airline.leg.date_of_travel:
description: "\t\nDate and time of travel in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)\
@@ -1462,7 +1463,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.depart_tax:
description: 'The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax)
@@ -1474,7 +1475,7 @@ components:
* maxLength: 12
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.destination_code:
description: 'The [IATA](https://www.iata.org/services/pages/codes.aspx)
@@ -1492,7 +1493,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.fare_base_code:
description: 'The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code),
@@ -1504,7 +1505,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.flight_number:
description: 'The flight identifier.
@@ -1515,7 +1516,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.stop_over_code:
description: 'A one-letter code that indicates whether the passenger is
@@ -1578,7 +1579,7 @@ components:
\ name + first name or initials + title\n* Example: *FLYER / MARY MS*\n\
* minLength: 1 character\n* maxLength: 20 characters\n* If you send more\
\ than 20 characters, the name is truncated\n* Must not be all spaces\
\ \n*Must not be all zeros."
\ \n* Must not be all zeros."
type: string
airline.ticket_issue_address:
description: 'The address of the organization that issued the ticket.
@@ -1596,7 +1597,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.travel_agency_code:
description: 'The unique identifier from IATA or ARC for the travel agency
@@ -1610,7 +1611,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.travel_agency_name:
description: 'The name of the travel agency.
@@ -1624,7 +1625,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
required:
- airline.passenger_name

View File

@@ -1486,7 +1486,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.airline_designator_code:
description: 'The [IATA](https://www.iata.org/services/pages/codes.aspx)
@@ -1502,7 +1502,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.boarding_fee:
description: 'The amount charged for boarding the plane, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
@@ -1581,13 +1581,14 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.class_of_travel:
description: "A one-letter travel class identifier.\n The following are\
\ common:\n * F: first class\n* J: business class\n* Y: economy class\n\
* W: premium economy\n\n* Encoding: ASCII\n* minLength: 1 character\n\
* maxLength: 1 character\n* Must not be all spaces\n*Must not be all zeros."
* maxLength: 1 character\n* Must not be all spaces\n* Must not be all\
\ zeros."
type: string
airline.leg.date_of_travel:
description: "\t\nDate and time of travel in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)\
@@ -1611,7 +1612,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.depart_tax:
description: 'The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax)
@@ -1623,7 +1624,7 @@ components:
* maxLength: 12
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.destination_code:
description: 'The [IATA](https://www.iata.org/services/pages/codes.aspx)
@@ -1641,7 +1642,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.fare_base_code:
description: 'The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code),
@@ -1653,7 +1654,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.flight_number:
description: 'The flight identifier.
@@ -1664,7 +1665,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.leg.stop_over_code:
description: 'A one-letter code that indicates whether the passenger is
@@ -1727,7 +1728,7 @@ components:
\ name + first name or initials + title\n* Example: *FLYER / MARY MS*\n\
* minLength: 1 character\n* maxLength: 20 characters\n* If you send more\
\ than 20 characters, the name is truncated\n* Must not be all spaces\
\ \n*Must not be all zeros."
\ \n* Must not be all zeros."
type: string
airline.ticket_issue_address:
description: 'The address of the organization that issued the ticket.
@@ -1745,7 +1746,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.travel_agency_code:
description: 'The unique identifier from IATA or ARC for the travel agency
@@ -1759,7 +1760,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
airline.travel_agency_name:
description: 'The name of the travel agency.
@@ -1773,7 +1774,7 @@ components:
* Must not be all spaces
*Must not be all zeros.'
* Must not be all zeros.'
type: string
required:
- airline.passenger_name