Show / Hide Table of Contents

Class IndexModel

Inheritance
object
PaymentPageModel
IndexModel
Namespace: Volo.Payment.Admin.Web.Pages.Payment.Requests
Assembly: Volo.Payment.Admin.Web.dll
Syntax
public class IndexModel : PaymentPageModel

Constructors

IndexModel()

Declaration
public IndexModel()

Properties

CreationDateMax

Declaration
[DataType(DataType.Date)]
public DateTime? CreationDateMax { get; set; }
Property Value
Type Description
DateTime?

CreationDateMin

Declaration
[DataType(DataType.Date)]
public DateTime? CreationDateMin { get; set; }
Property Value
Type Description
DateTime?

Filter

Declaration
[Display(Name = "PaymentRequests:Search")]
public string Filter { get; set; }
Property Value
Type Description
string

PaymentType

Declaration
[Display(Name = "PaymentRequests:PaymentType")]
public PaymentType? PaymentType { get; set; }
Property Value
Type Description
PaymentType?

Status

Declaration
[Display(Name = "PaymentRequests:Status")]
public PaymentRequestState? Status { get; set; }
Property Value
Type Description
PaymentRequestState?
In this article
Back to top Powered by Volosoft