Looking for help!
NAME
SemanticWeb::Schema::LodgingReservation - A reservation for lodging at a hotel
VERSION
version v3.7.0
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
SOURCE
The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018-2019 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)