Show / Hide Table of Contents

Class PaymentRequestAdminController

Inheritance
object
PaymentCommonController
PaymentAdminController
PaymentRequestAdminController
Implements
IPaymentRequestAdminAppService
IApplicationService
IRemoteService
Namespace: Volo.Payment.Admin.Requests
Assembly: Volo.Payment.Admin.HttpApi.dll
Syntax
[Area("paymentAdmin")]
[Authorize("Payment.PaymentRequests")]
[Route("api/payment-admin/payment-requests")]
public class PaymentRequestAdminController : PaymentAdminController, IPaymentRequestAdminAppService, IApplicationService, IRemoteService

Constructors

PaymentRequestAdminController(IPaymentRequestAdminAppService)

Declaration
public PaymentRequestAdminController(IPaymentRequestAdminAppService paymentRequestAdminAppService)
Parameters
Type Name Description
IPaymentRequestAdminAppService paymentRequestAdminAppService

Properties

PaymentRequestAdminAppService

Declaration
protected IPaymentRequestAdminAppService PaymentRequestAdminAppService { get; }
Property Value
Type Description
IPaymentRequestAdminAppService

Methods

GetAsync(Guid)

Declaration
[Route("{id}")]
[HttpGet]
public virtual Task<PaymentRequestWithDetailsDto> GetAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task<PaymentRequestWithDetailsDto>

GetListAsync(PaymentRequestGetListInput)

Declaration
[HttpGet]
public virtual Task<PagedResultDto<PaymentRequestWithDetailsDto>> GetListAsync(PaymentRequestGetListInput input)
Parameters
Type Name Description
PaymentRequestGetListInput input
Returns
Type Description
Task<PagedResultDto<PaymentRequestWithDetailsDto>>

Implements

IPaymentRequestAdminAppService
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService
In this article
Back to top Powered by Volosoft