The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SemanticWeb::Schema::RentalCarReservation - A reservation for a rental car

VERSION

version v12.0.0

DESCRIPTION

A reservation for a rental car. Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.

ATTRIBUTES

dropoff_location

dropoffLocation

Where a rental car can be dropped off.

A dropoff_location should be one of the following types:

InstanceOf['SemanticWeb::Schema::Place']

_has_dropoff_location

A predicate for the "dropoff_location" attribute.

dropoff_time

dropoffTime

When a rental car can be dropped off.

A dropoff_time should be one of the following types:

Str

_has_dropoff_time

A predicate for the "dropoff_time" attribute.

pickup_location

pickupLocation

Where a taxi will pick up a passenger or a rental car can be picked up.

A pickup_location should be one of the following types:

InstanceOf['SemanticWeb::Schema::Place']

_has_pickup_location

A predicate for the "pickup_location" attribute.

pickup_time

pickupTime

When a taxi will pickup a passenger or a rental car can be picked up.

A pickup_time should be one of the following types:

Str

_has_pickup_time

A predicate for the "pickup_time" attribute.

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-2021 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)