Looking for help!
NAME
SemanticWeb::Schema::TypeAndQuantityNode - A structured value indicating the quantity
VERSION
version v3.8.1
DESCRIPTION
A structured value indicating the quantity, unit of measurement, and business function of goods included in a bundle offer.
ATTRIBUTES
amount_of_this_good
amountOfThisGood
The quantity of the goods included in the offer.
A amount_of_this_good should be one of the following types:
Num
business_function
businessFunction
The business function (e.g. sell, lease, repair, dispose) of the offer or component of a bundle (TypeAndQuantityNode). The default is http://purl.org/goodrelations/v1#Sell.
A business_function should be one of the following types:
type_of_good
typeOfGood
The product that this structured value is referring to.
A type_of_good should be one of the following types:
unit_code
unitCode
The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL. Other codes than the UN/CEFACT Common Code may be used with a prefix followed by a colon.
A unit_code should be one of the following types:
Str
unit_text
unitText
A unit_text should be one of the following types:
Str
SEE ALSO
SemanticWeb::Schema::StructuredValue
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)