country.h File Reference
#include <gwenhywfar/list2.h>
#include <aqbanking/error.h>
#include <aqbanking/banking.h>
Go to the source code of this file.
Typedef Documentation
Function Documentation
const char* AB_Country_GetCode |
( |
const AB_COUNTRY * |
cntry |
) |
|
Returns the ISO-3166-1 2-character code of the given country.
const char* AB_Country_GetCurrencyCode |
( |
const AB_COUNTRY * |
cntry |
) |
|
Returns the 3-character ISO 4217 code of the currency used in the given country.
const char* AB_Country_GetCurrencyName |
( |
const AB_COUNTRY * |
cntry |
) |
|
Returns the ISO 4217 name of the currency used in the given country.
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.
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.
const char* AB_Country_GetName |
( |
const AB_COUNTRY * |
cntry |
) |
|
Returns the untranslated name of the given country.
int AB_Country_GetNumericCode |
( |
const AB_COUNTRY * |
cntry |
) |
|
Returns the ISO-3166-1 numeric code of the given country.