Show / Hide Table of Contents

Interface IPaymentRequestAdminAppService

Namespace: Volo.Payment.Admin.Requests
Assembly: Volo.Payment.Admin.Application.Contracts.dll
Syntax
public interface IPaymentRequestAdminAppService : IApplicationService, IRemoteService

Methods

GetAsync(Guid)

Declaration
Task<PaymentRequestWithDetailsDto> GetAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task<PaymentRequestWithDetailsDto>

GetListAsync(PaymentRequestGetListInput)

Declaration
Task<PagedResultDto<PaymentRequestWithDetailsDto>> GetListAsync(PaymentRequestGetListInput input)
Parameters
Type Name Description
PaymentRequestGetListInput input
Returns
Type Description
Task<PagedResultDto<PaymentRequestWithDetailsDto>>
In this article
Back to top Powered by Volosoft