|
Molybden
|
The credit card information persisted in the credit card store. More...
#include <credit_card.hpp>
Public Attributes | |
| std::string | holder |
| The name of the cardholder entered by the user. | |
| std::string | number |
| The card number. | |
| std::string | guid |
| An internal field used for identifying a credit card by Chromium. | |
| uint32_t | expiration_month |
| The expiration month of the credit card. | |
| uint32_t | expiration_year |
| The expiration year of the credit card. | |
| CreditCardNetwork | network |
| The network issuer of the card. | |
The credit card information persisted in the credit card store.
| std::string molybden::CreditCard::guid |
An internal field used for identifying a credit card by Chromium.
Used for the credit card removal from the credit card store.