NAME

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

VERSION

version v0.0.4

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']

dropoff_time

dropoffTime

When a rental car can be dropped off.

A dropoff_time should be one of the following types:

Str

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']

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

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)