Skip to content

Commit 129783a

Browse files
author
Moody
committed
docs: update related Ptsv2paymentsTravelInformationTransitAirlineLegs.departureDate docs from integer to string
1 parent 98da7ae commit 129783a

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

docs/Ptsv2paymentsTravelInformationTransitAirlineLegs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
**originatingAirportCode** | **String** | IATA code for the originating airport for this leg of the trip. Format: English characters only. Restricted string data type that indicates a sequence of letters, numbers, and spaces; special characters are not included. Optional request field for travel legs. | [optional]
1010
**propertyClass** | **String** | IATA code for the class of service for this leg of the trip. Format: English characters only. Restricted string data type that indicates a sequence of letters, numbers, and spaces; special characters are not included. Optional request field for travel legs. | [optional]
1111
**stopoverIndicator** | **Integer** | Code that indicates whether a stopover is allowed on this leg of the trip. Possible values: - `O` (capital letter \"O\") (default): Stopover allowed - `X` (capital letter \"X\"): Stopover not allowed Format: English characters only. Restricted string data type that indicates a sequence of letters, numbers, and spaces; special characters are not included. Optional request field for travel legs. | [optional]
12-
**departureDate** | **Integer** | Departure date for the first leg of the trip. Format: `YYYYMMDD`. Format: English characters only. Optional request field for travel legs. | [optional]
12+
**departureDate** | **String** | Departure date for the first leg of the trip. Format: `MMDDYY`. Format: English characters only. Optional request field for travel legs. | [optional]
1313
**destinationAirportCode** | **String** | IATA code for the destination airport for this leg of the trip. Format: English characters only. Restricted string data type that indicates a sequence of letters, numbers, and spaces; special characters are not included. Optional request field for travel legs. | [optional]
1414
**fareBasis** | **String** | Code for the fare basis for this leg of the trip. The fare basis is assigned by the carriers and indicates a particular ticket type, such as business class or discounted/nonrefundable. Restricted string data type that indicates a sequence of letters, numbers, and spaces; special characters are not included. Format: English characters only. Optional request field for travel legs.auto_rental_regular_mileage_cost | [optional]
1515
**departTaxAmount** | **String** | Amount of departure tax for this leg of the trip. | [optional]

generator/cybersource-rest-spec.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4651,9 +4651,9 @@
46514651
"description": "Code that indicates whether a stopover is allowed on this leg of the trip. Possible values:\n- `O` (capital letter \"O\") (default): Stopover allowed\n- `X` (capital letter \"X\"): Stopover not allowed\nFormat: English characters only.\nRestricted string data type that indicates a sequence of letters, numbers, and spaces; special characters are not included.\nOptional request field for travel legs.\n"
46524652
},
46534653
"departureDate": {
4654-
"type": "integer",
4654+
"type": "string",
46554655
"maxLength": 8,
4656-
"description": "Departure date for the first leg of the trip.\nFormat: `YYYYMMDD`.\nFormat: English characters only.\nOptional request field for travel legs.\n"
4656+
"description": "Departure date for the first leg of the trip.\nFormat: `MMDDYY`.\nFormat: English characters only.\nOptional request field for travel legs.\n"
46574657
},
46584658
"destinationAirportCode": {
46594659
"type": "string",
@@ -24491,9 +24491,9 @@
2449124491
"description": "Code that indicates whether a stopover is allowed on this leg of the trip. Possible values:\n- `O` (capital letter \"O\") (default): Stopover allowed\n- `X` (capital letter \"X\"): Stopover not allowed\nFormat: English characters only.\nRestricted string data type that indicates a sequence of letters, numbers, and spaces; special characters are not included.\nOptional request field for travel legs.\n"
2449224492
},
2449324493
"departureDate": {
24494-
"type": "integer",
24494+
"type": "string",
2449524495
"maxLength": 8,
24496-
"description": "Departure date for the first leg of the trip.\nFormat: `YYYYMMDD`.\nFormat: English characters only.\nOptional request field for travel legs.\n"
24496+
"description": "Departure date for the first leg of the trip.\nFormat: `MMDDYY`.\nFormat: English characters only.\nOptional request field for travel legs.\n"
2449724497
},
2449824498
"destinationAirportCode": {
2449924499
"type": "string",
@@ -27311,9 +27311,9 @@
2731127311
"description": "Code that indicates whether a stopover is allowed on this leg of the trip. Possible values:\n- `O` (capital letter \"O\") (default): Stopover allowed\n- `X` (capital letter \"X\"): Stopover not allowed\nFormat: English characters only.\nRestricted string data type that indicates a sequence of letters, numbers, and spaces; special characters are not included.\nOptional request field for travel legs.\n"
2731227312
},
2731327313
"departureDate": {
27314-
"type": "integer",
27314+
"type": "string",
2731527315
"maxLength": 8,
27316-
"description": "Departure date for the first leg of the trip.\nFormat: `YYYYMMDD`.\nFormat: English characters only.\nOptional request field for travel legs.\n"
27316+
"description": "Departure date for the first leg of the trip.\nFormat: `MMDDYY`.\nFormat: English characters only.\nOptional request field for travel legs.\n"
2731727317
},
2731827318
"destinationAirportCode": {
2731927319
"type": "string",
@@ -29999,9 +29999,9 @@
2999929999
"description": "Code that indicates whether a stopover is allowed on this leg of the trip. Possible values:\n- `O` (capital letter \"O\") (default): Stopover allowed\n- `X` (capital letter \"X\"): Stopover not allowed\nFormat: English characters only.\nRestricted string data type that indicates a sequence of letters, numbers, and spaces; special characters are not included.\nOptional request field for travel legs.\n"
3000030000
},
3000130001
"departureDate": {
30002-
"type": "integer",
30002+
"type": "string",
3000330003
"maxLength": 8,
30004-
"description": "Departure date for the first leg of the trip.\nFormat: `YYYYMMDD`.\nFormat: English characters only.\nOptional request field for travel legs.\n"
30004+
"description": "Departure date for the first leg of the trip.\nFormat: `MMDDYY`.\nFormat: English characters only.\nOptional request field for travel legs.\n"
3000530005
},
3000630006
"destinationAirportCode": {
3000730007
"type": "string",
@@ -32959,9 +32959,9 @@
3295932959
"description": "Code that indicates whether a stopover is allowed on this leg of the trip. Possible values:\n- `O` (capital letter \"O\") (default): Stopover allowed\n- `X` (capital letter \"X\"): Stopover not allowed\nFormat: English characters only.\nRestricted string data type that indicates a sequence of letters, numbers, and spaces; special characters are not included.\nOptional request field for travel legs.\n"
3296032960
},
3296132961
"departureDate": {
32962-
"type": "integer",
32962+
"type": "string",
3296332963
"maxLength": 8,
32964-
"description": "Departure date for the first leg of the trip.\nFormat: `YYYYMMDD`.\nFormat: English characters only.\nOptional request field for travel legs.\n"
32964+
"description": "Departure date for the first leg of the trip.\nFormat: `MMDDYY`.\nFormat: English characters only.\nOptional request field for travel legs.\n"
3296532965
},
3296632966
"destinationAirportCode": {
3296732967
"type": "string",
@@ -88632,13 +88632,13 @@
8863288632
"legs": [
8863388633
{
8863488634
"carrierCode": "UA",
88635-
"departureDate": "2023-01-01",
88635+
"departureDate": "010123",
8863688636
"destination": "DEFGH",
8863788637
"origin": "LAX"
8863888638
},
8863988639
{
8864088640
"carrierCode": "AS",
88641-
"departureDate": "2023-02-21",
88641+
"departureDate": "022123",
8864288642
"destination": "RESD",
8864388643
"origin": "ECF"
8864488644
}

0 commit comments

Comments
 (0)