Iyzipay\Model\Mapper\PaymentResourceMapper::mapPaymentResource PHP Méthode

mapPaymentResource() public méthode

public mapPaymentResource ( PaymentResource $paymentResource )
$paymentResource Iyzipay\Model\PaymentResource
    public function mapPaymentResource(PaymentResource $paymentResource)
    {
        return $this->mapPaymentResourceFrom($paymentResource, $this->jsonObject);
    }