Skip to content

Commit

Permalink
Merge pull request #856 from duffelhq/new-type
Browse files Browse the repository at this point in the history
Booking payload type
  • Loading branch information
andrejak authored Dec 6, 2023
2 parents 58990af + 4f485e9 commit b6e9ab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Stays/Bookings/Bookings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export interface StaysBookingPayload {
email: string
phone_number: string
accommodation_special_requests?: string
payment?: { card_id: string }
}

export class Bookings extends Resource {
Expand Down

0 comments on commit b6e9ab2

Please sign in to comment.