STDMETHOD GetBillAddress(
BSTRbstrAddrFriendName, // in
BSTR bstrPrefix// in
VARIANT *psa// out
);
The GetBillAddress function returns a pointer to the billing address that is associated with a credit card. The credit-card information must be retrieved before this method is called, because this method requires the friendly name of the Billing Address entry.