We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8675cad commit 3ec0014Copy full SHA for 3ec0014
src/Stays/Accommodation/Accommodation.ts
@@ -15,8 +15,8 @@ export class Accommodation extends Resource {
15
}
16
17
/**
18
- * Create a booking
19
- * @param {object} payload - The booking payload, including quote id and guest information
+ * Get suggestions for accommodation given a query string.
+ * @param {string} query - The query string for the search
20
*/
21
public suggestions = async (
22
query: string,
0 commit comments