Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
create ($orderId) | |
getByOrderId ($orderId) | |
Signifyd management interface Allows to performs operations with Signifyd cases.
@api
Definition at line 15 of file CaseManagementInterface.php.
create | ( | $orderId | ) |
Creates new Case entity linked to order id.
int | $orderId |
getByOrderId | ( | $orderId | ) |
Gets Case entity associated with order id.
int | $orderId |
Implemented in CaseManagement.