# CustomerCreditCard - admin - OBJECT
Version: 2025-01

## Description
Represents a card instrument for customer payment method.

### Access Scopes
`read_customers` access scope. Also: Requires `read_customer_payment_methods` scope.


## Fields
* [billingAddress](/docs/api/admin/2025-01/objects/CustomerCreditCardBillingAddress): CustomerCreditCardBillingAddress - The billing address of the card.
* [brand](/docs/api/admin/2025-01/scalars/String): String! - The brand of the card.
* [expiresSoon](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether the card is about to expire.
* [expiryMonth](/docs/api/admin/2025-01/scalars/Int): Int! - The expiry month of the card.
* [expiryYear](/docs/api/admin/2025-01/scalars/Int): Int! - The expiry year of the card.
* [firstDigits](/docs/api/admin/2025-01/scalars/String): String - The card's BIN number.
* [isRevocable](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - The payment method can be revoked if there are no active subscription contracts.
* [lastDigits](/docs/api/admin/2025-01/scalars/String): String! - The last 4 digits of the card.
* [maskedNumber](/docs/api/admin/2025-01/scalars/String): String! - The masked card number with only the last 4 digits displayed.
* [name](/docs/api/admin/2025-01/scalars/String): String! - The name of the card holder.
* [source](/docs/api/admin/2025-01/scalars/String): String - The source of the card if coming from a wallet such as Apple Pay.
* [virtualLastDigits](/docs/api/admin/2025-01/scalars/String): String - The last 4 digits of the Device Account Number.

## Connections



## Related queries

## Related mutations

## Related Unions
* [CustomerPaymentInstrument](/docs/api/admin/2025-01/unions/CustomerPaymentInstrument) All possible instruments for CustomerPaymentMethods.

## Examples