Your IP : 216.73.216.95


Current Path : /var/www/storage2/vendor/cardinity/cardinity-sdk-php/src/Method/
Upload File :
Current File : /var/www/storage2/vendor/cardinity/cardinity-sdk-php/src/Method/ResultObjectMapperInterface.php

<?php

namespace Cardinity\Method;

interface ResultObjectMapperInterface
{
    public function map(array $response, ResultObjectInterface $result);
    public function mapCollection(array $response, MethodResultCollectionInterface $result);
}