Click or drag to resize

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
)

Parameters

countryCode
Type: SystemString
Country code parameter.

Return Value

Type: Country
Country object or null if nothing is found.
See Also