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

NAME

SemanticWeb::Schema::OrderItem - An order item is a line of an order

VERSION

version v7.0.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:

InstanceOf['SemanticWeb::Schema::ParcelDelivery']

_has_order_delivery

A predicate for the "order_delivery" attribute.

order_item_number

orderItemNumber

The identifier of the order item.

A order_item_number should be one of the following types:

Str

_has_order_item_number

A predicate for the "order_item_number" attribute.

order_item_status

orderItemStatus

The current status of the order item.

A order_item_status should be one of the following types:

InstanceOf['SemanticWeb::Schema::OrderStatus']

_has_order_item_status

A predicate for the "order_item_status" attribute.

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

_has_order_quantity

A predicate for the "order_quantity" attribute.

ordered_item

orderedItem

The item ordered.

A ordered_item should be one of the following types:

InstanceOf['SemanticWeb::Schema::OrderItem']
InstanceOf['SemanticWeb::Schema::Product']
InstanceOf['SemanticWeb::Schema::Service']

_has_ordered_item

A predicate for the "ordered_item" attribute.

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

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)