ShippingMethodInterface
ShippingMethodInterface.php
:
14
Methods¶
getDescription() ¶
ShippingMethodInterface.php
:
32
|
|
Return values
string|null
getDescriptions() ¶
ShippingMethodInterface.php
:
30
|
|
Return values
array<string, string|null>
getId() ¶
ShippingMethodInterface.php
:
16
|
|
Return values
int
getIdentifier() ¶
ShippingMethodInterface.php
:
18
|
|
Return values
string
getName() ¶
ShippingMethodInterface.php
:
20
|
|
Return values
string
getNames() ¶
ShippingMethodInterface.php
:
25
|
|
Return values
array<string, string>
getOptions() ¶
ShippingMethodInterface.php
:
34
|
|
Return values
getRegions() ¶
ShippingMethodInterface.php
:
43
|
|
Return values
array<string|int, RegionInterface>
getType() ¶
ShippingMethodInterface.php
:
36
|
|
Return values
isEnabled() ¶
ShippingMethodInterface.php
:
38
|
|
Return values
bool