public void GetPaymentInfoCheck() { PaymentProcessQueryBiz biz = new PaymentProcessQueryBiz(); PaymentOrderMultiParamT orderParam = GetPaymentGEPOrderMultiParam(); PaymentInfoCheckT paymentInfoCheck = biz.GetPaymentInfoCheck(orderParam.CardCash, orderParam.BuyerName, orderParam.MemberWay , orderParam.AcntType, orderParam.VirtualCardKind, string.Empty, orderParam.CardNumber , orderParam.CardYear, orderParam.CardMonth, orderParam.CardPwd, orderParam.SocialNo2 , orderParam.Xid, orderParam.Cavv, orderParam.KVPSessionkey, orderParam.KVPEncdata , orderParam.Gbank, orderParam.DepositNm, orderParam.Eci); Trace.DumpBusinessEntity(orderParam); Trace.DumpBusinessEntity(paymentInfoCheck); }