Class IndexModel
Assembly: Volo.Payment.Admin.Web.dll
Syntax
public class IndexModel : PaymentPageModel
Constructors
IndexModel(IPaymentRequestAdminAppService)
Declaration
public IndexModel(IPaymentRequestAdminAppService paymentRequestAppService)
Parameters
Properties
Id
Declaration
[BindProperty(SupportsGet = true)]
public Guid Id { get; set; }
Property Value
PaymentRequest
Declaration
public PaymentRequestWithDetailsDto PaymentRequest { get; set; }
Property Value
PaymentRequestAppService
Declaration
protected IPaymentRequestAdminAppService PaymentRequestAppService { get; }
Property Value
Methods
OnGetAsync()
Declaration
Returns