# TenderTransactionCreditCardDetails - admin-graphql - OBJECT Version: 2024-10 ## Description Information about the credit card used for this transaction. ### Access Scopes `read_orders` access scope. ## Fields * [creditCardCompany](/docs/api/admin-graphql/2024-10/scalars/String): String - The name of the company that issued the customer's credit card. Example: `Visa`. * [creditCardNumber](/docs/api/admin-graphql/2024-10/scalars/String): String - The customer's credit card number, with all digits except the last 4 redacted. Example: `•••• •••• •••• 1234` ## Connections ## Related queries ## Related mutations ## Related Unions * [TenderTransactionDetails](/docs/api/admin-graphql/2024-10/unions/TenderTransactionDetails) Information about the payment instrument used for this transaction. ## Examples