Skip to content

Commit

Permalink
Update generated code for v749
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jan 8, 2024
1 parent 41ac92a commit 3db2117
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v748
v749
30 changes: 30 additions & 0 deletions types/ChargesResource.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,11 @@ declare module 'stripe' {
}

interface Segment {
/**
* The flight segment amount.
*/
amount?: number;

/**
* The International Air Transport Association (IATA) airport code for the arrival airport.
*/
Expand Down Expand Up @@ -703,6 +708,11 @@ declare module 'stripe' {
*/
no_show?: boolean;

/**
* The number of rooms on the booking
*/
number_of_rooms?: number;

/**
* The details of the passengers in the travel reservation
*/
Expand All @@ -713,6 +723,11 @@ declare module 'stripe' {
*/
property_phone_number?: string;

/**
* The room class for this purchase.
*/
room_class?: string;

/**
* The number of room nights
*/
Expand Down Expand Up @@ -1319,6 +1334,11 @@ declare module 'stripe' {
}

interface Segment {
/**
* The flight segment amount.
*/
amount?: number;

/**
* The International Air Transport Association (IATA) airport code for the arrival airport.
*/
Expand Down Expand Up @@ -1435,6 +1455,11 @@ declare module 'stripe' {
*/
no_show?: boolean;

/**
* The number of rooms on the booking
*/
number_of_rooms?: number;

/**
* The details of the passengers in the travel reservation
*/
Expand All @@ -1445,6 +1470,11 @@ declare module 'stripe' {
*/
property_phone_number?: string;

/**
* The room class for this purchase.
*/
room_class?: string;

/**
* The number of room nights
*/
Expand Down
60 changes: 60 additions & 0 deletions types/PaymentIntentsResource.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,11 @@ declare module 'stripe' {
}

interface Segment {
/**
* The flight segment amount.
*/
amount?: number;

/**
* The International Air Transport Association (IATA) airport code for the arrival airport.
*/
Expand Down Expand Up @@ -747,6 +752,11 @@ declare module 'stripe' {
*/
no_show?: boolean;

/**
* The number of rooms on the booking
*/
number_of_rooms?: number;

/**
* The details of the passengers in the travel reservation
*/
Expand All @@ -757,6 +767,11 @@ declare module 'stripe' {
*/
property_phone_number?: string;

/**
* The room class for this purchase.
*/
room_class?: string;

/**
* The number of room nights
*/
Expand Down Expand Up @@ -3468,6 +3483,11 @@ declare module 'stripe' {
}

interface Segment {
/**
* The flight segment amount.
*/
amount?: number;

/**
* The International Air Transport Association (IATA) airport code for the arrival airport.
*/
Expand Down Expand Up @@ -3584,6 +3604,11 @@ declare module 'stripe' {
*/
no_show?: boolean;

/**
* The number of rooms on the booking
*/
number_of_rooms?: number;

/**
* The details of the passengers in the travel reservation
*/
Expand All @@ -3594,6 +3619,11 @@ declare module 'stripe' {
*/
property_phone_number?: string;

/**
* The room class for this purchase.
*/
room_class?: string;

/**
* The number of room nights
*/
Expand Down Expand Up @@ -6215,6 +6245,11 @@ declare module 'stripe' {
}

interface Segment {
/**
* The flight segment amount.
*/
amount?: number;

/**
* The International Air Transport Association (IATA) airport code for the arrival airport.
*/
Expand Down Expand Up @@ -6331,6 +6366,11 @@ declare module 'stripe' {
*/
no_show?: boolean;

/**
* The number of rooms on the booking
*/
number_of_rooms?: number;

/**
* The details of the passengers in the travel reservation
*/
Expand All @@ -6341,6 +6381,11 @@ declare module 'stripe' {
*/
property_phone_number?: string;

/**
* The room class for this purchase.
*/
room_class?: string;

/**
* The number of room nights
*/
Expand Down Expand Up @@ -7047,6 +7092,11 @@ declare module 'stripe' {
}

interface Segment {
/**
* The flight segment amount.
*/
amount?: number;

/**
* The International Air Transport Association (IATA) airport code for the arrival airport.
*/
Expand Down Expand Up @@ -7163,6 +7213,11 @@ declare module 'stripe' {
*/
no_show?: boolean;

/**
* The number of rooms on the booking
*/
number_of_rooms?: number;

/**
* The details of the passengers in the travel reservation
*/
Expand All @@ -7173,6 +7228,11 @@ declare module 'stripe' {
*/
property_phone_number?: string;

/**
* The room class for this purchase.
*/
room_class?: string;

/**
* The number of room nights
*/
Expand Down

0 comments on commit 3db2117

Please # to comment.