Iyzipay\Model\Mapper\RefundChargedFromMerchantMapper::mapRefundChargedFromMerchantFrom PHP 메소드

mapRefundChargedFromMerchantFrom() 공개 메소드

public mapRefundChargedFromMerchantFrom ( RefundChargedFromMerchant $refund, $jsonObject )
$refund Iyzipay\Model\RefundChargedFromMerchant
    public function mapRefundChargedFromMerchantFrom(RefundChargedFromMerchant $refund, $jsonObject)
    {
        parent::mapRefundResourceFrom($refund, $jsonObject);
        return $refund;
    }