account.h File Reference

#include <gwenhywfar/misc.h>
#include <gwenhywfar/misc2.h>
#include <gwenhywfar/inherit.h>
#include <gwenhywfar/types.h>
#include <gwenhywfar/db.h>
#include <aqbanking/error.h>
#include <aqbanking/banking.h>
#include <aqbanking/provider.h>
#include <aqbanking/job.h>

Go to the source code of this file.

Typedefs

typedef AB_ACCOUNT AB_ACCOUNT

Enumerations

enum  AB_ACCOUNT_TYPE {
  AB_AccountType_Unknown = 0, AB_AccountType_Bank, AB_AccountType_CreditCard, AB_AccountType_Checking,
  AB_AccountType_Savings, AB_AccountType_Investment, AB_AccountType_Cash
}

Functions

void AB_Account_free (AB_ACCOUNT *acc)
AB_BANKINGAB_Account_GetBanking (const AB_ACCOUNT *acc)
int AB_Account_CheckAvailability (AB_ACCOUNT *a)
AB_ACCOUNT_TYPE AB_Account_GetAccountType (const AB_ACCOUNT *acc)
void AB_Account_SetAccountType (AB_ACCOUNT *acc, AB_ACCOUNT_TYPE t)
GWEN_TYPE_UINT32 AB_Account_GetUniqueId (const AB_ACCOUNT *acc)
void AB_Account_SetUniqueId (AB_ACCOUNT *acc, GWEN_TYPE_UINT32 id)
AB_PROVIDERAB_Account_GetProvider (const AB_ACCOUNT *acc)
GWEN_DB_NODE * AB_Account_GetAppData (const AB_ACCOUNT *acc)
GWEN_DB_NODE * AB_Account_GetProviderData (const AB_ACCOUNT *acc)
const char * AB_Account_GetAccountNumber (const AB_ACCOUNT *acc)
void AB_Account_SetAccountNumber (AB_ACCOUNT *acc, const char *s)
const char * AB_Account_GetBankCode (const AB_ACCOUNT *acc)
void AB_Account_SetBankCode (AB_ACCOUNT *acc, const char *s)
const char * AB_Account_GetAccountName (const AB_ACCOUNT *acc)
void AB_Account_SetAccountName (AB_ACCOUNT *acc, const char *s)
const char * AB_Account_GetBankName (const AB_ACCOUNT *acc)
void AB_Account_SetBankName (AB_ACCOUNT *acc, const char *s)
const char * AB_Account_GetOwnerName (const AB_ACCOUNT *acc)
void AB_Account_SetOwnerName (AB_ACCOUNT *acc, const char *s)
const char * AB_Account_GetCurrency (const AB_ACCOUNT *acc)
void AB_Account_SetCurrency (AB_ACCOUNT *acc, const char *s)
const char * AB_Account_GetCountry (const AB_ACCOUNT *acc)
void AB_Account_SetCountry (AB_ACCOUNT *acc, const char *s)


Typedef Documentation

typedef struct AB_ACCOUNT AB_ACCOUNT
 

Definition at line 28 of file aqbanking/account.h.


Enumeration Type Documentation

enum AB_ACCOUNT_TYPE
 

Enumerator:
AB_AccountType_Unknown 
AB_AccountType_Bank 
AB_AccountType_CreditCard 
AB_AccountType_Checking 
AB_AccountType_Savings 
AB_AccountType_Investment 
AB_AccountType_Cash 

Definition at line 35 of file aqbanking/account.h.


Generated on Sat Jan 7 04:22:41 2006 for aqbanking by  doxygen 1.4.6