You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Deprecated: Instructions to access the accommodation in the booking
333
+
* The key collection details for the accommodation.
339
334
*/
340
335
key_collection: StaysBookingKeyCollection|null
341
336
342
-
/**
343
-
* The total currency for the cheapest rate for this accommodation, as an ISO 4217 currency code. If rooms data is available, this is equivalent to the cheapest rate for the cheapest room.
344
-
*/
345
-
cheapest_rate_currency: string
346
-
347
-
/**
348
-
* The total amount for the cheapest rate for this accommodation. If rooms data is available, this is equivalent to the cheapest rate for the cheapest room.
* The amount that will be returned to the original payment method if the order is cancelled, determined according to the fare conditions. This may be `0.00` if the fare is non-refundable. It will include the refund amount of the flights and the services booked.
43
+
* The amount that will be returned to the original payment method if the order is cancelled, determined according
44
+
* to the fare conditions. This may be 0.00 if the fare is non-refundable. It will include the refund amount
45
+
* of the flights and the services booked. This may be null in cases where the refund amount is unknown.
46
+
* This only applies in cases where we are unable to get a refund quote from the carrier.
44
47
*/
45
-
refund_amount: string
48
+
refund_amount: string|null
46
49
/**
47
-
* The currency of the `refund_amount`, as an [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code.
48
-
* It will match your organisation's billing currency unless you're using Duffel as an accredited IATA agent, in which case it will be in the currency provided by the airline (which will usually be based on the country where your IATA agency is registered).
49
-
* For pay later orders that are awaiting payment, the refund amount will always be 0.00.
50
+
* The currency of the refund_amount, as an ISO 4217 currency code.
51
+
* It will match your organisation's billing currency unless you’re using Duffel as an accredited IATA agent,
52
+
* in which case it will be in the currency provided by the airline (which will usually be based on the
53
+
* country where your IATA agency is registered). For hold orders that are awaiting payment, the refund amount will always be 0.00.
50
54
*/
51
-
refund_currency: string
55
+
refund_currency: string|null
52
56
/**
53
57
* Where the refund, once confirmed, will be sent. `card` is currently a restricted feature. `awaiting_payment` is for pay later orders where no payment has been made yet.
0 commit comments