The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SemanticWeb::Schema::MerchantReturnPolicySeasonalOverride - A seasonal override of a return policy

VERSION

version v23.0.0

DESCRIPTION

A seasonal override of a return policy, for example used for holidays.

ATTRIBUTES

end_date

endDate

The end date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).

A end_date should be one of the following types:

Str

_has_end_date

A predicate for the "end_date" attribute.

merchant_return_days

merchantReturnDays

Specifies either a fixed return date or the number of days (from the delivery date) that a product can be returned. Used when the [[returnPolicyCategory]] property is specified as SemanticWeb::Schema::MerchantReturnFiniteReturnWindow.

A merchant_return_days should be one of the following types:

InstanceOf['SemanticWeb::Schema::Integer']
Str

_has_merchant_return_days

A predicate for the "merchant_return_days" attribute.

return_policy_category

returnPolicyCategory

Specifies an applicable return policy (from an enumeration).

A return_policy_category should be one of the following types:

InstanceOf['SemanticWeb::Schema::MerchantReturnEnumeration']

_has_return_policy_category

A predicate for the "return_policy_category" attribute.

start_date

startDate

The start date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).

A start_date should be one of the following types:

Str

_has_start_date

A predicate for the "start_date" 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-2023 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)