mundipagg/magento2

View on GitHub
Api/ChargeApiInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace MundiPagg\MundiPagg\Api;

interface ChargeApiInterface
{

    /**
     * @param string $id
     * @return MundiPagg\MundiPagg\Model\Api\ResponseMessage
     */
    public function cancel($id);
}