DeliveryMethodTermTrait
The property name constants of the {@see \xyz\oihana\schema\thesaurus\DeliveryMethodTerm} class.
Three of the four keys duplicate values already exposed elsewhere in the
library — shippingRate by
OfferShippingDetails,
freeShippingThreshold and vat by
Company — which is
intentional : a constant repeated with an identical value composes without
conflict, and each entity keeps a self-contained vocabulary. chargeTiming
is not reused from elsewhere ; it is specific to this class.
Tags
Table of Contents
Constants
- CHARGE_TIMING : string = 'chargeTiming'
- FREE_SHIPPING_THRESHOLD : string = 'freeShippingThreshold'
- SHIPPING_RATE : string = 'shippingRate'
- VAT : string = 'vat'
Constants
CHARGE_TIMING
public
string
CHARGE_TIMING
= 'chargeTiming'
FREE_SHIPPING_THRESHOLD
public
string
FREE_SHIPPING_THRESHOLD
= 'freeShippingThreshold'
SHIPPING_RATE
public
string
SHIPPING_RATE
= 'shippingRate'
VAT
public
string
VAT
= 'vat'