Looking for help!
NAME
SemanticWeb::Schema::OrderItem - An order item is a line of an order
VERSION
version v3.7.0
DESCRIPTION
An order item is a line of an order. It includes the quantity and shipping details of a bought offer.
ATTRIBUTES
order_delivery
orderDelivery
The delivery of the parcel related to this order or order item.
A order_delivery should be one of the following types:
order_item_number
orderItemNumber
The identifier of the order item.
A order_item_number should be one of the following types:
Str
order_item_status
orderItemStatus
The current status of the order item.
A order_item_status should be one of the following types:
order_quantity
orderQuantity
The number of the item ordered. If the property is not set, assume the quantity is one.
A order_quantity should be one of the following types:
Num
ordered_item
orderedItem
The item ordered.
A ordered_item should be one of the following types:
InstanceOf['SemanticWeb::Schema::OrderItem']
InstanceOf['SemanticWeb::Schema::Service']
InstanceOf['SemanticWeb::Schema::Product']
SEE ALSO
SemanticWeb::Schema::Intangible
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)