| | |
| | | using LifePayment.Domain.Shared; |
| | | using Alipay.EasySDK.Payment.Common.Models; |
| | | using LifePayment.Domain.Shared; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Threading.Tasks; |
| | |
| | | /// <returns></returns> |
| | | Task LifePaySuccessHandler(string orderNo, string outOrderNo); |
| | | |
| | | Task WxPayDomesticRefundsHandler(string orderNo, LifePayRefundStatusEnum refundStatus); |
| | | |
| | | /// <summary> |
| | | /// 供应商回调处理 |
| | | /// </summary> |
| | |
| | | /// <param name="input"></param> |
| | | /// <returns></returns> |
| | | Task<CreateLifePayOrderOutput> CreateLifePayGasOrder(CreateLifePayOrderInput<LifeGasData> input); |
| | | |
| | | /// <summary> |
| | | /// 修改实际到账金额 |
| | | /// </summary> |
| | | /// <param name="input"></param> |
| | | /// <returns></returns> |
| | | Task<int> UpdateLifePayOrderActualReceivedAmount(UpdateLifePayOrderInput input); |
| | | |
| | | /// <summary> |
| | | /// 退款生活缴费订单 |
| | |
| | | |
| | | Task<string> GetBillErceiptExport(string orderNo); |
| | | |
| | | Task<AlipayTradeQueryResponse> QueryGetAlipayTrade(OrderInQuiryInput input); |
| | | |
| | | /// <summary> |
| | | /// 设置生活缴费支付类型 |
| | | /// </summary> |