> ## Documentation Index
> Fetch the complete documentation index at: https://notte-experiment-visibility-md-links.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CreditCardDict

> Dictionary type for storing credit card information

## Parameters

<ParamField path="card_holder_name" type="Any">
  The name of the credit card holder as it appears on the card
</ParamField>

<ParamField path="card_number" type="Any">
  The credit card number
</ParamField>

<ParamField path="card_cvv" type="Any">
  The 3 or 4 digit CVV security code on the back of the card
</ParamField>

<ParamField path="card_full_expiration" type="Any">
  The card's expiration date in MM/YY or MM/YYYY format
</ParamField>

## Inheritance

Inherits from: dict

## Module

`notte_core.credentials.base`
