#include <gwenhywfar/list2.h>
#include <aqbanking/error.h>
#include <aqbanking/banking.h>
Go to the source code of this file.
Typedefs | |
typedef 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) |
|
|
|
Returns the ISO-3166-1 2-character code of the given country. |
|
Returns the 3-character ISO 4217 code of the currency used in the given country. |
|
Returns the ISO 4217 name of the currency used in the given country. |
|
Returns a localized version of the ISO 4217 name of the currency used in the given country. |
|
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. |
|
Returns the untranslated name of the given country. |
|
Returns the ISO-3166-1 numeric code of the given country. |