Class GatewayController
Inheritance
GatewayController
Implements
IApplicationService
IRemoteService
Assembly: Volo.Payment.HttpApi.dll
Syntax
[Area("payment")]
[Route("api/payment/gateways")]
public class GatewayController : PaymentCommonController, IGatewayAppService, IApplicationService, IRemoteService
Constructors
GatewayController(IGatewayAppService)
Declaration
public GatewayController(IGatewayAppService gatewayAppService)
Parameters
Properties
GatewayAppService
Declaration
protected IGatewayAppService GatewayAppService { get; }
Property Value
Methods
GetGatewayConfigurationAsync()
Declaration
[HttpGet]
public virtual Task<List<GatewayDto>> GetGatewayConfigurationAsync()
Returns
GetSubscriptionSupportedGatewaysAsync()
Declaration
[HttpGet]
[Route("subscription-supported")]
public virtual Task<List<GatewayDto>> GetSubscriptionSupportedGatewaysAsync()
Returns
Implements
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService