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_daterequired, strThe maximum expiration date of cards returned in the search (inclusive).
start_daterequired, strThe minimum expiration date of cards returned in the search (inclusive).