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
Copy file name to clipboardExpand all lines: src/booking/Offers/Offers.ts
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -102,13 +102,13 @@ export class Offers extends Resource {
102
102
103
103
/**
104
104
* Price the offer with intended payment methods and intended services. This will return the total amount that will be charged to the customer, including any applicable surcharges.
105
+
* @param {string} offerId - Duffel's unique identifier for the offer
105
106
* @param {Object.<GetOfferPricedParams>} params - The intended payment methods and services of the offer
106
-
* @param {string} params.offerId - Duffel's unique identifier for the offer
0 commit comments