For more detailed documentation on CreditCards, see www.braintreepaymentsolutions.com/gateway/credit-card-api For more detailed documentation on CreditCard verification, see www.braintreepaymentsolutions.com/gateway/credit-card-verification-api
| [R] | billing_address | |
| [R] | bin | |
| [R] | card_type | |
| [R] | cardholder_name | |
| [R] | created_at | |
| [R] | customer_id | |
| [R] | expiration_month | |
| [R] | expiration_year | |
| [R] | last_4 | |
| [R] | subscriptions | |
| [R] | token | |
| [R] | updated_at |
Returns a ResourceCollection of expired credit cards.
Returns a ResourceCollection of credit cards expiring between start_date and end_date inclusive. Only the month and year of the start and end dates are used.
Finds the credit card with the given token. Raises a NotFoundError if it cannot be found.
Returns true if other is a CreditCard with the same token.
Returns true if this credit card is the customer‘s default.