BookerInputDto
The booker's information.
Properties
Name | Type | Required | Description |
---|---|---|---|
Country | string | ✅ | The booker country for showing the best price for that user and obeying laws regarding the display of taxes and fees. |
Platform_ | Platform | ✅ | The booker platform for showing the platform based deals and prices. |
TravelPurpose_ | TravelPurpose | ❌ | The travel purpose of the booker. |
UserGroups_ | List<UserGroups> | ❌ | The user groups that the booker is a member of. |
Platform
The booker platform for showing the platform based deals and prices.
Properties
Name | Type | Required | Description |
---|---|---|---|
Android | string | ✅ | "ANDROID" |
Desktop | string | ✅ | "DESKTOP" |
Ios | string | ✅ | "IOS" |
Mobile | string | ✅ | "MOBILE" |
Tablet | string | ✅ | "TABLET" |
TravelPurpose
The travel purpose of the booker.
Properties
Name | Type | Required | Description |
---|---|---|---|
Business | string | ✅ | "BUSINESS" |
Leisure | string | ✅ | "LEISURE" |
UserGroups
The user groups that the booker is a member of.
Properties
Name | Type | Required | Description |
---|---|---|---|
Authenticated | string | ✅ | "AUTHENTICATED" |
Genius | string | ✅ | "GENIUS" |
Genius2 | string | ✅ | "GENIUS2" |
Genius3 | string | ✅ | "GENIUS3" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs