Class PaymentCardSearchFilter
- Namespace
- Dynamicweb.Ecommerce.Cart
- Assembly
- Dynamicweb.Ecommerce.dll
Filter for searching payment cards.
public sealed class PaymentCardSearchFilter
- Inheritance
-
PaymentCardSearchFilter
- Inherited Members
Properties
ExpirationFrom
Only return cards expiring on or after this date (inclusive, month/year precision).
public DateTime? ExpirationFrom { get; init; }
Property Value
ExpirationTo
Only return cards expiring on or before this date (inclusive, month/year precision).
public DateTime? ExpirationTo { get; init; }