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

mapRefundChargedFromMerchant() public method

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