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> |