Skip to content

Commit

Permalink
OpenAPI Update (#604)
Browse files Browse the repository at this point in the history
Update OpenAPI for 4bd788798ce108a5269c5f8b6507d0132d4d46b5

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Jan 8, 2024
1 parent 5332b8d commit 5cdaa7f
Showing 1 changed file with 78 additions and 0 deletions.
78 changes: 78 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -79431,6 +79431,10 @@
"description": "The individual flight segments associated with the trip.",
"items": {
"properties": {
"amount": {
"description": "The flight segment amount.",
"type": "integer"
},
"arrival_airport": {
"description": "The International Air Transport Association (IATA) airport code for the arrival airport.",
"maxLength": 3,
Expand Down Expand Up @@ -79649,6 +79653,10 @@
"description": "Indicates if the customer did not keep their booking while failing to cancel the reservation.",
"type": "boolean"
},
"number_of_rooms": {
"description": "The number of rooms on the booking",
"type": "integer"
},
"passengers": {
"description": "The details of the passengers in the travel reservation",
"items": {
Expand All @@ -79671,6 +79679,11 @@
"description": "The phone number of the lodging location.",
"type": "string"
},
"room_class": {
"description": "The room class for this purchase.",
"maxLength": 5000,
"type": "string"
},
"room_nights": {
"description": "The number of room nights",
"type": "integer"
Expand Down Expand Up @@ -80398,6 +80411,10 @@
"description": "The individual flight segments associated with the trip.",
"items": {
"properties": {
"amount": {
"description": "The flight segment amount.",
"type": "integer"
},
"arrival_airport": {
"description": "The International Air Transport Association (IATA) airport code for the arrival airport.",
"maxLength": 3,
Expand Down Expand Up @@ -80616,6 +80633,10 @@
"description": "Indicates if the customer did not keep their booking while failing to cancel the reservation.",
"type": "boolean"
},
"number_of_rooms": {
"description": "The number of rooms on the booking",
"type": "integer"
},
"passengers": {
"description": "The details of the passengers in the travel reservation",
"items": {
Expand All @@ -80638,6 +80659,11 @@
"description": "The phone number of the lodging location.",
"type": "string"
},
"room_class": {
"description": "The room class for this purchase.",
"maxLength": 5000,
"type": "string"
},
"room_nights": {
"description": "The number of room nights",
"type": "integer"
Expand Down Expand Up @@ -123465,6 +123491,10 @@
"description": "The individual flight segments associated with the trip.",
"items": {
"properties": {
"amount": {
"description": "The flight segment amount.",
"type": "integer"
},
"arrival_airport": {
"description": "The International Air Transport Association (IATA) airport code for the arrival airport.",
"maxLength": 3,
Expand Down Expand Up @@ -123683,6 +123713,10 @@
"description": "Indicates if the customer did not keep their booking while failing to cancel the reservation.",
"type": "boolean"
},
"number_of_rooms": {
"description": "The number of rooms on the booking",
"type": "integer"
},
"passengers": {
"description": "The details of the passengers in the travel reservation",
"items": {
Expand All @@ -123705,6 +123739,11 @@
"description": "The phone number of the lodging location.",
"type": "string"
},
"room_class": {
"description": "The room class for this purchase.",
"maxLength": 5000,
"type": "string"
},
"room_nights": {
"description": "The number of room nights",
"type": "integer"
Expand Down Expand Up @@ -127253,6 +127292,10 @@
"description": "The individual flight segments associated with the trip.",
"items": {
"properties": {
"amount": {
"description": "The flight segment amount.",
"type": "integer"
},
"arrival_airport": {
"description": "The International Air Transport Association (IATA) airport code for the arrival airport.",
"maxLength": 3,
Expand Down Expand Up @@ -127471,6 +127514,10 @@
"description": "Indicates if the customer did not keep their booking while failing to cancel the reservation.",
"type": "boolean"
},
"number_of_rooms": {
"description": "The number of rooms on the booking",
"type": "integer"
},
"passengers": {
"description": "The details of the passengers in the travel reservation",
"items": {
Expand All @@ -127493,6 +127540,11 @@
"description": "The phone number of the lodging location.",
"type": "string"
},
"room_class": {
"description": "The room class for this purchase.",
"maxLength": 5000,
"type": "string"
},
"room_nights": {
"description": "The number of room nights",
"type": "integer"
Expand Down Expand Up @@ -130871,6 +130923,10 @@
"description": "The individual flight segments associated with the trip.",
"items": {
"properties": {
"amount": {
"description": "The flight segment amount.",
"type": "integer"
},
"arrival_airport": {
"description": "The International Air Transport Association (IATA) airport code for the arrival airport.",
"maxLength": 3,
Expand Down Expand Up @@ -131089,6 +131145,10 @@
"description": "Indicates if the customer did not keep their booking while failing to cancel the reservation.",
"type": "boolean"
},
"number_of_rooms": {
"description": "The number of rooms on the booking",
"type": "integer"
},
"passengers": {
"description": "The details of the passengers in the travel reservation",
"items": {
Expand All @@ -131111,6 +131171,11 @@
"description": "The phone number of the lodging location.",
"type": "string"
},
"room_class": {
"description": "The room class for this purchase.",
"maxLength": 5000,
"type": "string"
},
"room_nights": {
"description": "The number of room nights",
"type": "integer"
Expand Down Expand Up @@ -131978,6 +132043,10 @@
"description": "The individual flight segments associated with the trip.",
"items": {
"properties": {
"amount": {
"description": "The flight segment amount.",
"type": "integer"
},
"arrival_airport": {
"description": "The International Air Transport Association (IATA) airport code for the arrival airport.",
"maxLength": 3,
Expand Down Expand Up @@ -132196,6 +132265,10 @@
"description": "Indicates if the customer did not keep their booking while failing to cancel the reservation.",
"type": "boolean"
},
"number_of_rooms": {
"description": "The number of rooms on the booking",
"type": "integer"
},
"passengers": {
"description": "The details of the passengers in the travel reservation",
"items": {
Expand All @@ -132218,6 +132291,11 @@
"description": "The phone number of the lodging location.",
"type": "string"
},
"room_class": {
"description": "The room class for this purchase.",
"maxLength": 5000,
"type": "string"
},
"room_nights": {
"description": "The number of room nights",
"type": "integer"
Expand Down

0 comments on commit 5cdaa7f

Please sign in to comment.