Credit Card

Credit Card: Expiring Between

Returns a collection of Credit Card objects that expire between the specified dates.
  1. DOTNET
DateTime beginning = new DateTime(2018, 1, 1);
DateTime end = new DateTime(2018, 12, 31);
ResourceCollection<creditcard> collection = gateway.CreditCard.ExpiringBetween(beginning, end);
Arguments
EndDaterequired, string
The maximum expiration date of cards returned in the search (inclusive).
StartDaterequired, string
The minimum expiration date of cards returned in the search (inclusive).

We currently use cookies to improve and customize your experience on our site. If you accept, we’ll also use marketing cookies to show you personalized ads. Manage your cookies and learn more.