We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7f58a commit d175296Copy full SHA for d175296
src/Stays/StaysTypes.ts
@@ -123,9 +123,10 @@ export interface StaysRate {
123
id: string
124
125
/**
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'
+ * The accepted payment method for this rate. Prepaid rates require payment at time of reservation.
+ * Deposit rates require a deposit payment, then the remainder at the accommodation.
+ * */
129
+ payment_type: 'pay_now' | 'guarantee' | 'deposit'
130
131
132
* The supplier from which Duffel got this rate
0 commit comments