Credit Card
Credit Card: Expiring Between
Credit Card
objects that expire
between the specified dates.
- Python
collection = gateway.credit_card.expiring_between(date(2018, 1, 1), date(2018, 12, 31));
Arguments
end_date
required, strThe maximum expiration date of cards returned in the search (inclusive).
start_date
required, strThe minimum expiration date of cards returned in the search (inclusive).