mundipagg/magento2

View on GitHub
Api/ObjectMapper/ProductPlan/ProductPlanMapperInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace MundiPagg\MundiPagg\Api\ObjectMapper\ProductPlan;

use Mundipagg\Core\Recurrence\Interfaces\ProductPlanInterface;

interface ProductPlanMapperInterface extends \Mundipagg\Core\Recurrence\Interfaces\ProductPlanInterface
{
    /**
     * @return \MundiPagg\MundiPagg\Api\ObjectMapper\ProductPlan\SubProduct[]
     */
    public function getItems();
}