PMS REST API
Online documentation
Package
Inheritance: PmsEntity
Package definition in the hotel.
Only packages that are marked as open for web in the pms will return from this service.
| Property Name | Type | Description |
| HotelCode | string | This hotel-code field is only filled-in on availability response and will be empty on other calls. |
| PackageCode | string | Unique id of the package |
| Name | string | Name of the package |
| Description | string | Description of the package |
| FromDate | DateTime? | Start date of package availability (can be null) |
| ToDate | DateTime? | End date of package availability (can be null) |
| Amount | decimal? | Price of the package |
| CurrencyCode | string | Currency code of the Amount (should be base currency code) |
| IsPercentage | bool? |
Only Suite8 if true Amount is percent, else amount is fix amount |

