# CreditCard - storefront - OBJECT Version: 2024-04 ## Description Credit card information used for a payment. ### Access Scopes `unauthenticated_read_checkouts` access scope. ## Fields * [brand](/docs/api/storefront/2024-04/scalars/String): String - The brand of the credit card. * [expiryMonth](/docs/api/storefront/2024-04/scalars/Int): Int - The expiry month of the credit card. * [expiryYear](/docs/api/storefront/2024-04/scalars/Int): Int - The expiry year of the credit card. * [firstDigits](/docs/api/storefront/2024-04/scalars/String): String - The credit card's BIN number. * [firstName](/docs/api/storefront/2024-04/scalars/String): String - The first name of the card holder. * [lastDigits](/docs/api/storefront/2024-04/scalars/String): String - The last 4 digits of the credit card. * [lastName](/docs/api/storefront/2024-04/scalars/String): String - The last name of the card holder. * [maskedNumber](/docs/api/storefront/2024-04/scalars/String): String - The masked credit card number with only the last 4 digits displayed. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples