Table of Contents

Class QPaymentFilter

Namespace
InSite.Application.Payments.Read
Assembly
Shift.Sdk.dll
public class QPaymentFilter : Filter, ISearchReport
Inheritance
QPaymentFilter
Implements
Inherited Members
Extension Methods

Constructors

QPaymentFilter()

public QPaymentFilter()

Properties

Approved

public bool? Approved { get; set; }

Property Value

bool?

CreatedBy

public Guid? CreatedBy { get; set; }

Property Value

Guid?

CustomerEmail

public string CustomerEmail { get; set; }

Property Value

string

CustomerEmployer

public string CustomerEmployer { get; set; }

Property Value

string

CustomerName

public string CustomerName { get; set; }

Property Value

string

ExcludeBrokenReferences

public bool ExcludeBrokenReferences { get; set; }

Property Value

bool

InvoiceIdentifier

public Guid? InvoiceIdentifier { get; set; }

Property Value

Guid?

InvoiceNumber

public int? InvoiceNumber { get; set; }

Property Value

int?

MaxAmount

public int? MaxAmount { get; set; }

Property Value

int?

MinAmount

public int? MinAmount { get; set; }

Property Value

int?

OrganizationIdentifier

public Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

PaymentAbortedBefore

public DateTimeOffset? PaymentAbortedBefore { get; set; }

Property Value

DateTimeOffset?

PaymentAbortedSince

public DateTimeOffset? PaymentAbortedSince { get; set; }

Property Value

DateTimeOffset?

PaymentApprovedBefore

public DateTimeOffset? PaymentApprovedBefore { get; set; }

Property Value

DateTimeOffset?

PaymentApprovedSince

public DateTimeOffset? PaymentApprovedSince { get; set; }

Property Value

DateTimeOffset?

PaymentDeclinedBefore

public DateTimeOffset? PaymentDeclinedBefore { get; set; }

Property Value

DateTimeOffset?

PaymentDeclinedSince

public DateTimeOffset? PaymentDeclinedSince { get; set; }

Property Value

DateTimeOffset?

PaymentStartedBefore

public DateTimeOffset? PaymentStartedBefore { get; set; }

Property Value

DateTimeOffset?

PaymentStartedSince

public DateTimeOffset? PaymentStartedSince { get; set; }

Property Value

DateTimeOffset?

PaymentStatus

public string PaymentStatus { get; set; }

Property Value

string

ProductIdentifier

public Guid? ProductIdentifier { get; set; }

Property Value

Guid?

TransactionIdentifier

public string TransactionIdentifier { get; set; }

Property Value

string