restockingFee constant

IriTerm const restockingFee

IRI for schema:restockingFee [Expects: https://schema.org/MonetaryAmount, https://schema.org/Number]

Use {MonetaryAmount} to specify a fixed restocking fee for product returns, or use {Number} to specify a percentage of the product price paid by the customer.

Can be used on: https://schema.org/MerchantReturnPolicy, https://schema.org/MerchantReturnPolicySeasonalOverride

Implementation

static const restockingFee = IriTerm.prevalidated(
  'https://schema.org/restockingFee',
);