aqbanking  5.7.8
Typedefs | Functions
country.h File Reference
#include <gwenhywfar/list2.h>
#include <aqbanking/error.h>
#include <aqbanking/banking.h>

Go to the source code of this file.

Typedefs

typedef struct AB_COUNTRY AB_COUNTRY
 

Functions

const char * AB_Country_GetName (const AB_COUNTRY *cntry)
 
const char * AB_Country_GetCode (const AB_COUNTRY *cntry)
 
int AB_Country_GetNumericCode (const AB_COUNTRY *cntry)
 
const char * AB_Country_GetLocalName (const AB_COUNTRY *cntry)
 
const char * AB_Country_GetCurrencyName (const AB_COUNTRY *cntry)
 
const char * AB_Country_GetCurrencyCode (const AB_COUNTRY *cntry)
 
const char * AB_Country_GetLocalCurrencyName (const AB_COUNTRY *cntry)
 

Typedef Documentation

◆ AB_COUNTRY

typedef struct AB_COUNTRY AB_COUNTRY

Definition at line 27 of file country.h.

Function Documentation

◆ AB_Country_GetCode()

const char* AB_Country_GetCode ( const AB_COUNTRY cntry)

Returns the ISO-3166-1 2-character code of the given country.

◆ AB_Country_GetCurrencyCode()

const char* AB_Country_GetCurrencyCode ( const AB_COUNTRY cntry)

Returns the 3-character ISO 4217 code of the currency used in the given country.

◆ AB_Country_GetCurrencyName()

const char* AB_Country_GetCurrencyName ( const AB_COUNTRY cntry)

Returns the ISO 4217 name of the currency used in the given country.

◆ AB_Country_GetLocalCurrencyName()

const char* AB_Country_GetLocalCurrencyName ( const AB_COUNTRY cntry)

Returns a localized version of the ISO 4217 name of the currency used in the given country.

◆ AB_Country_GetLocalName()

const char* AB_Country_GetLocalName ( const AB_COUNTRY cntry)

Returns a localized version of the name of the given country. If no localized version is available (i.e. because there is no translation) then the untranslated version is returned.

◆ AB_Country_GetName()

const char* AB_Country_GetName ( const AB_COUNTRY cntry)

Returns the untranslated name of the given country.

◆ AB_Country_GetNumericCode()

int AB_Country_GetNumericCode ( const AB_COUNTRY cntry)

Returns the ISO-3166-1 numeric code of the given country.