Dictionary type for storing credit card information.

Args: card_holder_name: The name of the credit card holder as it appears on the card card_number: The credit card number card_cvv: The 3 or 4 digit CVV security code on the back of the card card_full_expiration: The card’s expiration date in MM/YY or MM/YYYY format

Inheritance

Inherits from: dict

Module

notte_core.credentials.base