Iyzipay\Model\Mapper\RefundResourceMapper::mapRefundResource PHP Method

mapRefundResource() public method

public mapRefundResource ( RefundResource $refundResource )
$refundResource Iyzipay\Model\RefundResource
    public function mapRefundResource(RefundResource $refundResource)
    {
        return $this->mapRefundResourceFrom($refundResource, $this->jsonObject);
    }