RoomRate Property
The daily room rate.
Syntax
property RoomRate: String;
Default Value
''
Remarks
The room rate specified as an unsigned whole dollar amount (no cents).
Examples:
Actual Room Rate | RoomRate Value |
$49.99 | 49 |
$125.00 | 125 |
The maximum RoomRate is "999". Any daily room rates $1000 or greater should set RoomRate to "0".
Data Type
String