Molybden API
Loading...
Searching...
No Matches
molybden::CreditCard Struct Reference

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.
 

Detailed Description

The credit card information persisted in the credit card store.

Member Data Documentation

◆ guid

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.


The documentation for this struct was generated from the following file: