PaymentMethodInterface
        PaymentMethodInterface.php
                :
        15
                 
    
            Interface
                Methods¶
                 getCreatedAt()
            ¶
getCreatedAt()
            ¶
    
        
        PaymentMethodInterface.php
                :
        58
                 
    
        Returns the date and time when the payment method was created.
|  |  | 
Return values
DateTimeInterface
                 getDescription()
            ¶
getDescription()
            ¶
    
        
        PaymentMethodInterface.php
                :
        35
                 
    
        Returns the description of the payment method in given language.
|  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $languageCode | string|null | null | Language code in which the description should be returned or null to use the main language | 
Return values
string|null
                 getId()
            ¶
getId()
            ¶
    
        
        PaymentMethodInterface.php
                :
        17
                 
    
        |  |  | 
Return values
int
                 getIdentifier()
            ¶
getIdentifier()
            ¶
    
        
        PaymentMethodInterface.php
                :
        19
                 
    
        |  |  | 
Return values
string
                 getLanguages()
            ¶
getLanguages()
            ¶
    
        
        PaymentMethodInterface.php
                :
        49
                 
    
        Returns the list of languages in which the payment method is available.
|  |  | 
Return values
array<string|int, string>
                 getMainLanguageCode()
            ¶
getMainLanguageCode()
            ¶
    
        
        PaymentMethodInterface.php
                :
        42
                 
    
        Return the main language code of the payment method.
|  |  | 
Return values
string
Tags
                 getName()
            ¶
getName()
            ¶
    
        
        PaymentMethodInterface.php
                :
        28
                 
    
        Returns the name of the payment method in given language.
|  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $languageCode | string|null | null | Language code in which the name should be returned or null to use the main language | 
Return values
string
                 getOptions()
            ¶
getOptions()
            ¶
    
        
        PaymentMethodInterface.php
                :
        53
                 
    
        |  |  | 
Return values
                 getType()
            ¶
getType()
            ¶
    
        
        PaymentMethodInterface.php
                :
        21
                 
    
        |  |  | 
Return values
                 getUpdatedAt()
            ¶
getUpdatedAt()
            ¶
    
        
        PaymentMethodInterface.php
                :
        63
                 
    
        Returns the date and time when the payment method was last updated.
|  |  | 
Return values
DateTimeInterface
                 isEnabled()
            ¶
isEnabled()
            ¶
    
        
        PaymentMethodInterface.php
                :
        51
                 
    
        |  |  | 
Return values
bool