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

NAME

SemanticWeb::Schema::DeliveryChargeSpecification - The price for the delivery of an offer using a particular delivery method.

VERSION

version v0.0.4

DESCRIPTION

The price for the delivery of an offer using a particular delivery method.

ATTRIBUTES

applies_to_delivery_method

appliesToDeliveryMethod

The delivery method(s) to which the delivery charge or payment charge specification applies.

A applies_to_delivery_method should be one of the following types:

InstanceOf['SemanticWeb::Schema::DeliveryMethod']

area_served

areaServed

The geographic area where a service or offered item is provided.

A area_served should be one of the following types:

InstanceOf['SemanticWeb::Schema::AdministrativeArea']
Str
InstanceOf['SemanticWeb::Schema::GeoShape']
InstanceOf['SemanticWeb::Schema::Place']

eligible_region

eligibleRegion

The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is valid.

See also ineligibleRegion.

A eligible_region should be one of the following types:

Str
InstanceOf['SemanticWeb::Schema::Place']
InstanceOf['SemanticWeb::Schema::GeoShape']

ineligible_region

ineligibleRegion

The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is not valid, e.g. a region where the transaction is not allowed.

See also eligibleRegion.

A ineligible_region should be one of the following types:

InstanceOf['SemanticWeb::Schema::GeoShape']
Str
InstanceOf['SemanticWeb::Schema::Place']

SEE ALSO

SemanticWeb::Schema::PriceSpecification

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)