CabinGrade
Describes a sellable cabin grade within a CabinCategory.
Property Name | Type | Description |
---|---|---|
Code | string | Unique identifier. |
Title | string | Cabin grade title. |
ShortDescription | RichText | Short cabin description in rich text format. |
LongDescription | RichText | An extended cabin description in rich text format. |
SizeFrom | number? | The floor space of the cabin. Measured in square meters, or in square foot in US markets. |
SizeTo | number? | The floor space of the cabin. Measured in square meters, or in square foot in US markets. |
Bed | string | Type of bed in the cabin. |
Window | string | The type of window in the cabin (window, no window, porthole, window with limited view). |
Features | string[] | List of cabin features. |
IsSpecial | boolean? | Whether or not the cabin has disability friendly features. |
Media | MediaContent[] | List of media related to the cabin. |