Show / Hide Table of Contents

Interface ISubscriptionAppService

Namespace: Volo.Saas.Subscription
Assembly: Volo.Saas.Host.Application.Contracts.dll
Syntax
public interface ISubscriptionAppService : IApplicationService, IRemoteService

Methods

CreateSubscriptionAsync(Guid, Guid)

Declaration
Task<PaymentRequestWithDetailsDto> CreateSubscriptionAsync(Guid editionId, Guid tenantId)
Parameters
Type Name Description
Guid editionId
Guid tenantId
Returns
Type Description
Task<PaymentRequestWithDetailsDto>
In this article
Back to top Powered by Volosoft