tourlite

Minimum representation of an itinerary. A tourlite is determined by a brochure code, along with its own code.

A tourlite is such an object tour but number of fields is less than tour in order to obtain a faster response. A tourlite will returns main fields of a tour.

attributes

catalog
[int]

Catalog code which the itinerary belongs.


brochure
[int]

Brochure code which the itinerary belongs.


code
[int]

Itinerary code.


name
[string]

Itinerary name.


minprice
[int]

Minimum price of the itinerary per person in double room.


currency
[int]

Currency code which specified the minimum price.


length
[int]

Itinerary duration specified in days.


rates
[array:rate]

Array with itinerary rates.


penalties
[array:penalty]

Array containing tour penalties.