Interface InfoInterface @api
- Since
- 100.0.2
Definition at line 14 of file InfoInterface.php.
◆ decrypt()
Decrypt data
- Parameters
-
- Returns
- string
Implemented in Info, and Info.
◆ encrypt()
Encrypt data
- Parameters
-
- Returns
- string
Implemented in Info, and Info.
◆ getAdditionalInformation()
getAdditionalInformation |
( |
|
$key = null | ) |
|
Getter for entire additional_information value or one of its element by key
- Parameters
-
- Returns
- mixed
Implemented in Info, and Info.
◆ getMethodInstance()
Retrieve payment method model object
- Returns
- \Magento\Payment\Model\MethodInterface
- Exceptions
-
Implemented in Payment, Info, and Info.
◆ hasAdditionalInformation()
hasAdditionalInformation |
( |
|
$key = null | ) |
|
Check whether there is additional information by specified key
- Parameters
-
- Returns
- bool
Implemented in Info, and Info.
◆ setAdditionalInformation()
setAdditionalInformation |
( |
|
$key, |
|
|
|
$value = null |
|
) |
| |
Set Additional information about payment into Payment model
- Parameters
-
string | $key | |
string | null | $value | |
- Returns
- mixed
Implemented in Info, and Info.
◆ unsAdditionalInformation()
unsAdditionalInformation |
( |
|
$key = null | ) |
|
Unsetter for entire additional_information value or one of its element by key
- Parameters
-
- Returns
- $this
Implemented in Info, and Info.
The documentation for this interface was generated from the following file: