getLabel()
getLabel() : string
Returns a human friendly / human readable label identifying the carrier.
Represents a shipping carrier.
getShippingMethods() : array<mixed,\AdamRocska\ShippingTier\Entity\ShippingMethod>
Returns the list of individual shipping methods provided by the carrier.
getShippingMethodByIdentifier(string $identifier) : \AdamRocska\ShippingTier\Entity\ShippingMethod
Returns a shipping method who's identifier matches the given one.
string | $identifier |
Throws a NoShippingMethod
when no shipping
method was matched against the received
identifier.