mundipagg/magento2

View on GitHub
Api/ObjectMapper/ProductSubscription/ProductSubscriptionMapperInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace MundiPagg\MundiPagg\Api\ObjectMapper\ProductSubscription;

interface ProductSubscriptionMapperInterface extends \Mundipagg\Core\Recurrence\Interfaces\ProductSubscriptionInterface
{
    /**
     * @return \MundiPagg\MundiPagg\Api\ObjectMapper\ProductSubscription\RepetitionInterface[]|null
     */
    public function getRepetitions();

}