ShippingInterface
interface ShippingInterface
Interface ShippingInterface contains base shipping methods
Methods
setShippingName(string $name)
Set name
string
getShippingName()
Get name
setShippingType(string $type)
Set type
string
getShippingType()
Get type
Details
at line 24
ShippingInterface
setShippingName(string $name)
Set name
at line 31
string
getShippingName()
Get name
at line 40
ShippingInterface
setShippingType(string $type)
Set type
at line 47
string
getShippingType()
Get type