Click or drag to resize

AccountsHelperGetCountry Method (Guid, String, String)

Gets country code and country tag for given account id.

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 void GetCountry(
	Guid accountId,
	out string countryCode,
	out string countryTag
)

Parameters

accountId
Type: SystemGuid
The account id.
countryCode
Type: SystemString
The country code.
countryTag
Type: SystemString
The country tag.
See Also