Changed property names

This commit is contained in:
Linus Flood
2024-10-15 08:00:28 +02:00
parent c687ea0d51
commit 7fd983ae8a

View File

@@ -42,16 +42,16 @@ export type TrackingSDKUserData = {
export type TrackingSDKHotelInfo = { export type TrackingSDKHotelInfo = {
hotelID?: string hotelID?: string
arrivalData?: Date arrivalDate?: Date
departureDate?: Date departureDate?: Date
noAdults?: number noOfAdults?: number
noChildren?: number noOfChildren?: number
ageOfChildren?: string // "10", "2,5,10" ageOfChildren?: string // "10", "2,5,10"
//rewardNight?: boolean //rewardNight?: boolean
//bookingCode?: string //bookingCode?: string
//bookingCodeAvailability?: boolean //bookingCodeAvailability?: boolean
leadTime?: number // Number of days from booking date until arrivalDate leadTime?: number // Number of days from booking date until arrivalDate
noOfRoom?: number noOfRooms?: number
//bonuscheque?: boolean //bonuscheque?: boolean
childBedPreference?: string childBedPreference?: string
duration?: number // Number of nights to stay duration?: number // Number of nights to stay