Looking for help!
NAME
SemanticWeb::Schema::LodgingReservation - A reservation for lodging at a hotel
VERSION
version v0.0.4
DESCRIPTION
A reservation for lodging at a hotel, motel, inn, etc.Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.
ATTRIBUTES
checkin_time
checkinTime
The earliest someone may check into a lodging establishment.
A checkin_time should be one of the following types:
Str
checkout_time
checkoutTime
The latest someone may check out of a lodging establishment.
A checkout_time should be one of the following types:
Str
lodging_unit_description
lodgingUnitDescription
A full description of the lodging unit.
A lodging_unit_description should be one of the following types:
Str
lodging_unit_type
lodgingUnitType
Textual description of the unit type (including suite vs. room, size of bed, etc.).
A lodging_unit_type should be one of the following types:
num_adults
numAdults
The number of adults staying in the unit.
A num_adults should be one of the following types:
num_children
numChildren
The number of children staying in the unit.
A num_children should be one of the following types:
SEE ALSO
SemanticWeb::Schema::Reservation
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)