codes property

List<String>? codes
getter/setter pair

Unit or room code identifiers for a single GuestUnitType.

Each code must be unique within a Lodging instance.

Required.

Implementation

core.List<core.String>? codes;