getLabel()
getLabel() : string
Returns a human friendly / human readable label identifying the shipping method.
Represents a shipping method.
getBranches() : array<mixed,\AdamRocska\ShippingTier\Entity\ShippingMethodBranch>
Returns the list of `ShippingMethodBranch`es belonging to this shipping method.
getCarrier() : \AdamRocska\ShippingTier\Entity\Carrier
Returns the `Carrier` to which the current `ShippingMethod` belongs to.