PaymentCardIndustries
Description of your new file.
A list of payment card industry entities mentioned in the conversation with the following properties:
- bank_accounts (List[str]): The bank account of the person. Exclude GeoPolitical entities, Companies and commercial entities.
- credit_cards (List[CreditCard]): The credit card of the person.
- bank_routing_numbers (List[str]): The bank routing number of the person. Exclude GeoPolitical entities, Companies and commercial entities.
results
CreditCard
- card_holder_name (str): The name of the card holder
- card_number (int): The number of the credit card
- card_expiration_date (str): The expiration date of the credit card
- card_cvv (str): The security code of the credit card
results
Was this page helpful?