Show / Hide Table of Contents

Interface IPlanAppService

Namespace: Volo.Payment.Plans
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
Type Description
Task<PlanDto>

GetGatewayPlanAsync(Guid, string)

Declaration
Task<GatewayPlanDto> GetGatewayPlanAsync(Guid planId, string gateway)
Parameters
Type Name Description
Guid planId
string gateway
Returns
Type Description
Task<GatewayPlanDto>

GetManyAsync(Guid[])

Declaration
Task<List<PlanDto>> GetManyAsync(Guid[] planIds)
Parameters
Type Name Description
Guid[] planIds
Returns
Type Description
Task<List<PlanDto>>

GetPlanListAsync()

Declaration
Task<List<PlanDto>> GetPlanListAsync()
Returns
Type Description
Task<List<PlanDto>>
In this article
Back to top Powered by Volosoft