Iyzipay\Model\Mapper\RefundChargedFromMerchantMapper::mapRefundChargedFromMerchant PHP Метод

mapRefundChargedFromMerchant() публичный Метод

public mapRefundChargedFromMerchant ( RefundChargedFromMerchant $refund )
$refund Iyzipay\Model\RefundChargedFromMerchant
    public function mapRefundChargedFromMerchant(RefundChargedFromMerchant $refund)
    {
        return $this->mapRefundChargedFromMerchantFrom($refund, $this->jsonObject);
    }