Looking for help!
NAME
SemanticWeb::Schema::DeliveryEvent - An event involving the delivery of an item.
VERSION
version v23.0.0
DESCRIPTION
An event involving the delivery of an item.
ATTRIBUTES
access_code
accessCode
Password, PIN, or access code needed for delivery (e.g. from a locker).
A access_code should be one of the following types:
Str
_has_access_code
A predicate for the "access_code" attribute.
available_from
availableFrom
When the item is available for pickup from the store, locker, etc.
A available_from should be one of the following types:
Str
_has_available_from
A predicate for the "available_from" attribute.
available_through
availableThrough
After this date, the item will no longer be available for pickup.
A available_through should be one of the following types:
Str
_has_available_through
A predicate for the "available_through" attribute.
has_delivery_method
hasDeliveryMethod
Method used for delivery or shipping.
A has_delivery_method should be one of the following types:
_has_has_delivery_method
A predicate for the "has_delivery_method" attribute.
SEE ALSO
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-2023 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)