C
int GetAcceptanceLevel(OptimaServer* Server, const char* CountryISO);
Java
int Server.GetAcceptanceLevel(String CountryISO);
.net
int Server.GetAcceptanceLevel(string CountryISO);
int GetAcceptanceLevel(OptimaServer* Server, const char* CountryISO);
int Server.GetAcceptanceLevel(String CountryISO);
int Server.GetAcceptanceLevel(string CountryISO);