LibOFX
ofxpartner.h
Go to the documentation of this file.
1 /***************************************************************************
2  ofx_partner.h
3  -------------------
4  copyright : (C) 2005 by Ace Jones
5  email : acejones@users.sourceforge.net
6 ***************************************************************************/
11 /***************************************************************************
12  * *
13  * This program is free software; you can redistribute it and/or modify *
14  * it under the terms of the GNU General Public License as published by *
15  * the Free Software Foundation; either version 2 of the License, or *
16  * (at your option) any later version. *
17  * *
18  ***************************************************************************/
19 
20 #ifndef OFXPARTNER_H
21 #define OFXPARTNER_H
22 
23 #include <libofx.h>
24 #include <string>
25 #include <vector>
26 
27 namespace OfxPartner
28 {
29  void ValidateIndexCache(void);
30  OfxFiServiceInfo ServiceInfo(const std::string& fipid);
31  std::vector<std::string> BankNames(void);
32  std::vector<std::string> FipidForBank(const std::string& bank);
33 }
34 
35 #endif // OFXPARTNER_H
Information returned by the OFX Partner Server about a financial institution.
Definition: inc/libofx.h:1352