Iyzipay\Model\Mapper\RefundChargedFromMerchantMapper::mapRefundChargedFromMerchantFrom PHP Method

mapRefundChargedFromMerchantFrom() public method

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