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