We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5ba90 commit 4f485e9Copy full SHA for 4f485e9
src/Stays/Bookings/Bookings.ts
@@ -13,6 +13,7 @@ export interface StaysBookingPayload {
13
email: string
14
phone_number: string
15
accommodation_special_requests?: string
16
+ payment?: { card_id: string }
17
}
18
19
export class Bookings extends Resource {
0 commit comments