The CREDITCARDINFO structure is defined as follows:
typedef struct
{
FRIENDLYNAME szFriendlyName; // friendly name of the card
DWORD dwFlags;
CARDNUMBER szCreditCardNumber;
EXPDATE szCreditExpiration;
DWORD dwCreditCardType; // the credit card type
CREDITCARDNAME szCreditCardName; // the name of the card
CUSTOMERNAME szCustomerName; // customer name, may be distinct from billing address name
ADDRFRIENDNAME szAddrFriendName; // Friendly name of the address
} CREDITCARDINFO, *PCREDITCARDINFO;