AccountsHelperGetAccountCountryByCode Method |
Gets country by country code.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public static Country GetAccountCountryByCode(
string countryCode
)
Public Shared Function GetAccountCountryByCode (
countryCode As String
) As Country
public:
static Country^ GetAccountCountryByCode(
String^ countryCode
)
static member GetAccountCountryByCode :
countryCode : string -> Country
Parameters
- countryCode
- Type: SystemString
Country code parameter.
Return Value
Type:
CountryCountry object or null if nothing is found.
See Also