# TenderTransactionCreditCardDetails - admin - OBJECT
Version: unstable

## Description
Information about the credit card used for this transaction.

### Access Scopes
`read_orders` access scope.


## Fields
* [creditCardCompany](/docs/api/admin/unstable/scalars/String): String - The name of the company that issued the customer's credit card. Example: `Visa`.
* [creditCardNumber](/docs/api/admin/unstable/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/unstable/unions/TenderTransactionDetails) Information about the payment instrument used for this transaction.

## Examples