Class PaymentTransactionSearchFilter
- Namespace
- Dynamicweb.Ecommerce.Orders.PaymentTransactions
- Assembly
- Dynamicweb.Ecommerce.dll
Represents the payment transaction search filter
public sealed class PaymentTransactionSearchFilter
- Inheritance
-
PaymentTransactionSearchFilter
- Inherited Members
Properties
CreatedFrom
The date the payment transaction was created from
public DateTime? CreatedFrom { get; set; }
Property Value
CreatedTo
The date the payment transaction was created to
public DateTime? CreatedTo { get; set; }
Property Value
PageSize
The page size
public int PageSize { get; init; }
Property Value
SortBy
The sort column to sort by
public string? SortBy { get; set; }
Property Value
SortDirection
The sort direction to sort by
public SortDirection SortDirection { get; set; }
Property Value
State
The state to filter by
public PaymentTransactionState State { get; set; }
Property Value
TransactionNumber
The transaction number to filter by
public string? TransactionNumber { get; set; }