--- title: VaultCreditCard - GraphQL Admin description: Represents a credit card payment instrument. api_version: unstable api_name: admin source_url: html: 'https://shopify.dev/docs/api/admin-graphql/unstable/objects/VaultCreditCard' md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/VaultCreditCard.md --- # Vault​Credit​Card object Requires `read_payment_mandate` access scope. Represents a credit card payment instrument. ## Fields * billing​Address [Customer​Credit​Card​Billing​Address](https://shopify.dev/docs/api/admin-graphql/unstable/objects/CustomerCreditCardBillingAddress) The billing address of the card. * brand [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The brand for the card. * expired [Boolean!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Boolean) non-null Whether the card has been expired. * expiry​Month [Int!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) non-null The expiry month of the card. * expiry​Year [Int!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) non-null The expiry year of the card. * last​Digits [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The last four digits for the card. * name [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The name of the card holder. *** ## Map ### Possible type in * [Payment​Instrument](https://shopify.dev/docs/api/admin-graphql/unstable/unions/PaymentInstrument)