| | |
| | | |
| | | public interface ILifePayOrderService : IApplicationService |
| | | { |
| | | Task<PageOutput<LifePayConsumptionListOutput>> GetLifePayConsumptionPage(LifePayConsumptionPageInput input); |
| | | |
| | | Task<PageOutput<LifePayRechargeReceiptsListOutput>> GetLifePayRechargeReceiptsPage(LifePayRechargeReceiptsPageInput input); |
| | | |
| | | Task AddUpdatePayRechargeReceipts(AddUpdatePayRechargeReceiptsInput input); |
| | | |
| | | Task<PageOutput<LifePayExpensesReceiptsListOutput>> GetLifePayExpensesReceiptsPage(LifePayExpensesReceiptsPageInput input); |
| | | |
| | | Task<PageOutput<LifePayChannlesRakeListOutput>> GetLifePayChannlesRakePage(LifePayChannlesRakePageInput input); |
| | | |
| | | Task<List<LifePayChannlesRakeListTemplate>> GetLifePayChannlesRakePageExport(LifePayChannlesRakePageInput input); |
| | | |
| | | Task AddUpdatePayRechargeReceipts(AddUpdatePayRechargeReceiptsInput input); |
| | | |
| | | Task AddLifePayExpensesReceipts(AddLifePayExpensesReceiptsInput input); |
| | | |
| | | Task GetAllLifePayExpensesReceipts(); |
| | | |
| | | Task GetAllChannlesRake(); |
| | | |
| | | Task GetAllLifePayConsumption(); |
| | | |
| | | Task CreatLifePayConsumption(ACOOLYStatusEnum status, string orderNo, string aCOOLYOrderNo, |
| | | decimal platformDeductionAmount, string channelId, DateTime orderCreationTime, DateTime? orderFinishTime, decimal? channleRate = 0, decimal? parValue = 0, decimal? actualParValue = 0); |
| | | } |