Skip to content

Commit d175296

Browse files
committed
feat: add deposit type to stays payment type
1 parent 0b7f58a commit d175296

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/Stays/StaysTypes.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,10 @@ export interface StaysRate {
123123
id: string
124124

125125
/**
126-
* The accepted payment method for this rate. Prepaid rates require payment at time of reservation. Accepted types: pay_now, guarantee
127-
*/
128-
payment_type: 'pay_now' | 'guarantee'
126+
* The accepted payment method for this rate. Prepaid rates require payment at time of reservation.
127+
* Deposit rates require a deposit payment, then the remainder at the accommodation.
128+
* */
129+
payment_type: 'pay_now' | 'guarantee' | 'deposit'
129130

130131
/**
131132
* The supplier from which Duffel got this rate

0 commit comments

Comments
 (0)