Show / Hide Table of Contents

Interface IGatewayAppService

Namespace: Volo.Payment.Gateways
Assembly: Volo.Payment.Application.Contracts.dll
Syntax
public interface IGatewayAppService : IApplicationService, IRemoteService

Methods

GetGatewayConfigurationAsync()

Declaration
Task<List<GatewayDto>> GetGatewayConfigurationAsync()
Returns
Type Description
Task<List<GatewayDto>>

GetSubscriptionSupportedGatewaysAsync()

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