Home | History | Annotate | Download | only in wallet

Lines Matching defs:FullWallet

30 // FullWallet contains all the information a merchant requires from a user for
35 class FullWallet {
37 ~FullWallet();
41 static scoped_ptr<FullWallet>
46 static scoped_ptr<FullWallet>
60 // The type of the card that this FullWallet contains and the last four digits
64 bool operator==(const FullWallet& other) const;
65 bool operator!=(const FullWallet& other) const;
86 friend scoped_ptr<FullWallet> GetTestFullWallet();
87 friend scoped_ptr<FullWallet> GetTestFullWalletInstrumentOnly();
94 FullWallet(int expiration_month,
137 // Actions that must be completed by the user before a FullWallet can be
141 // The one time pad used for FullWallet encryption.
144 DISALLOW_COPY_AND_ASSIGN(FullWallet);