mundipagg/magento2

View on GitHub
Api/InstallmentsManagementInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Class InstallmentsInterface
 *
 * @author      MundiPagg Embeddables Team <embeddables@mundipagg.com>
 * @copyright   2017 MundiPagg (http://www.mundipagg.com)
 * @license     http://www.mundipagg.com Copyright
 *
 * @link        http://www.mundipagg.com
 */

namespace MundiPagg\MundiPagg\Api;


interface InstallmentsManagementInterface
{
    /**
     * @return mixed
     */
    public function getInstallments();
}