Show / Hide Table of Contents

Class PaymentRequestGetListInput

Inheritance
object
PaymentRequestGetListInput
Namespace: Volo.Payment.Admin.Requests
Assembly: Volo.Payment.Admin.Application.Contracts.dll
Syntax
public class PaymentRequestGetListInput : PagedAndSortedResultRequestDto

Constructors

PaymentRequestGetListInput()

Declaration
public PaymentRequestGetListInput()

Properties

CreationDateMax

Declaration
public DateTime? CreationDateMax { get; set; }
Property Value
Type Description
DateTime?

CreationDateMin

Declaration
public DateTime? CreationDateMin { get; set; }
Property Value
Type Description
DateTime?

Filter

Declaration
public string Filter { get; set; }
Property Value
Type Description
string

PaymentType

Declaration
public PaymentType? PaymentType { get; set; }
Property Value
Type Description
PaymentType?

Status

Declaration
public PaymentRequestState? Status { get; set; }
Property Value
Type Description
PaymentRequestState?
In this article
Back to top Powered by Volosoft