| | |
| | | <name>LifePayment.Application.Contracts</name> |
| | | </assembly> |
| | | <members> |
| | | <member name="M:LifePayment.Application.Contracts.ILifePayRateService.GetLifePayRateChannelPage(ZeroD.Util.PageInput)"> |
| | | <summary> |
| | | 获取折扣通道配置分页 |
| | | </summary> |
| | | <param name="input"></param> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:LifePayment.Application.Contracts.ILifePayRateService.GetLifePayRateChannelAllList(LifePayment.Application.Contracts.LifePay.QueryRateChannelInput)"> |
| | | <summary> |
| | | 获取折扣通道配置列表 |
| | | </summary> |
| | | <param name="input"></param> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:LifePayment.Application.Contracts.ILifePayRateService.CreateOrEditLifePayRateChannel(LifePayment.Application.Contracts.LifePay.CreateEditRateChannelInput)"> |
| | | <summary> |
| | | 新增编辑折扣通道配置 |
| | | </summary> |
| | | <param name="input"></param> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:LifePayment.Application.Contracts.ILifePayRateService.SetRateChannelStatus(System.Guid,LifePayment.Domain.Shared.LifePayRateChannelStatus)"> |
| | | <summary> |
| | | 设置折扣通道状态 |
| | | </summary> |
| | | <param name="id"></param> |
| | | <param name="status"></param> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:LifePayment.Application.Contracts.ILifePayRateService.DeleteRateChannel(System.Guid)"> |
| | | <summary> |
| | | 删除折扣通道 |
| | | </summary> |
| | | <param name="id"></param> |
| | | <returns></returns> |
| | | </member> |
| | | <member name="M:LifePayment.Application.Contracts.ILifePayService.GetElectricParValue"> |
| | | <summary> |
| | | 获取电费面值 |
| | |
| | | 结算时间 |
| | | </summary> |
| | | </member> |
| | | <member name="P:LifePayment.Application.Contracts.LifePay.CreateEditRateChannelInput.LifePayOrderType"> |
| | | <summary> |
| | | 充值类型 |
| | | </summary> |
| | | </member> |
| | | <member name="P:LifePayment.Application.Contracts.LifePay.CreateEditRateChannelInput.RateChannelName"> |
| | | <summary> |
| | | 通道 |
| | | </summary> |
| | | </member> |
| | | <member name="P:LifePayment.Application.Contracts.LifePay.CreateEditRateChannelInput.Code"> |
| | | <summary> |
| | | ID |
| | | </summary> |
| | | </member> |
| | | <member name="P:LifePayment.Application.Contracts.LifePay.CreateEditRateChannelInput.SupplierRate"> |
| | | <summary> |
| | | 供应商折扣 |
| | | </summary> |
| | | </member> |
| | | <member name="P:LifePayment.Application.Contracts.LifePay.CreateEditRateChannelInput.PlatformRate"> |
| | | <summary> |
| | | 平台折扣 |
| | | </summary> |
| | | </member> |
| | | <member name="P:LifePayment.Application.Contracts.LifePay.CreateEditRateChannelInput.Status"> |
| | | <summary> |
| | | 通道状态 |
| | | </summary> |
| | | </member> |
| | | <member name="P:LifePayment.Application.Contracts.LifePay.CreateEditRateChannelInput.Remark"> |
| | | <summary> |
| | | 通知内容 |
| | | </summary> |
| | | </member> |
| | | <member name="M:LifePayment.Application.Contracts.ILogService.LogFront(LifePayment.Domain.Shared.LogFrontInput)"> |
| | | <summary> |
| | | 记录前端日志 |