Interface IPlanAppService
Assembly: Volo.Payment.Application.Contracts.dll
Syntax
public interface IPlanAppService : IApplicationService, IRemoteService
Methods
GetAsync(Guid)
Declaration
Task<PlanDto> GetAsync(Guid planId)
Parameters
Type |
Name |
Description |
Guid |
planId |
|
Returns
GetGatewayPlanAsync(Guid, string)
Declaration
Task<GatewayPlanDto> GetGatewayPlanAsync(Guid planId, string gateway)
Parameters
Returns
GetManyAsync(Guid[])
Declaration
Task<List<PlanDto>> GetManyAsync(Guid[] planIds)
Parameters
Type |
Name |
Description |
Guid[] |
planIds |
|
Returns
GetPlanListAsync()
Declaration
Task<List<PlanDto>> GetPlanListAsync()
Returns
Extension Methods