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

Parameters

string $name

Return Value

ShippingInterface

at line 31
string getShippingName()

Get name

Return Value

string

at line 40
ShippingInterface setShippingType(string $type)

Set type

Parameters

string $type

Return Value

ShippingInterface

at line 47
string getShippingType()

Get type

Return Value

string