コード例 #1
0
        public void GetAutoCashReceiptInfo()
        {
            PaymentProcessQueryBiz biz = new PaymentProcessQueryBiz();
            PaymentProcessQuery paymentProcessQuery = new PaymentProcessQuery();

            PaymentRequestInfoT paymentParam = GetpaymentParam();
            PaymentOrderMultiParamT orderParam = PaymentProcessHelper.ConvertRequestInfo2OrderParam(paymentParam);

            PaymentAutoCashReceiptInfoT autoCashReceiptInfo = biz.GetAutoCashReceiptInfo(orderParam);

            Trace.DumpBusinessEntity(paymentParam);
            Trace.DumpBusinessEntity(autoCashReceiptInfo);
        }