Copied!

ShippingMethodInterface

ShippingMethodInterface.php : 14

Methods

publicgetDescription()

ShippingMethodInterface.php : 32
public getDescription() : string|null

Return values

string|null

publicgetDescriptions()

ShippingMethodInterface.php : 30
public getDescriptions() : array<string, string|null>

Return values

array<string, string|null>

publicgetId()

ShippingMethodInterface.php : 16
public getId() : int

Return values

int

publicgetIdentifier()

ShippingMethodInterface.php : 18
public getIdentifier() : string

Return values

string

publicgetName()

ShippingMethodInterface.php : 20
public getName() : string

Return values

string

publicgetNames()

ShippingMethodInterface.php : 25
public getNames() : array<string, string>

Return values

array<string, string>

publicgetOptions()

ShippingMethodInterface.php : 34
public getOptions() : OptionsBag

Return values

OptionsBag

publicgetRegions()

ShippingMethodInterface.php : 43
public getRegions() : array<string|int, RegionInterface>

Return values

array<string|int, RegionInterface>

publicgetType()

ShippingMethodInterface.php : 36
public getType() : ShippingMethodTypeInterface

Return values

ShippingMethodTypeInterface

publicisEnabled()

ShippingMethodInterface.php : 38
public isEnabled() : bool

Return values

bool