Click or drag to resize

AccountsHelperGetCountry Method (Guid, String, String, String, Boolean)

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,
	out string countryState,
	bool preferBillingAddress = false
)

Parameters

accountId
Type: SystemGuid
The account id.
countryCode
Type: SystemString
The country code.
countryTag
Type: SystemString
The country tag.
countryState
Type: SystemString
The country state.
preferBillingAddress (Optional)
Type: SystemBoolean
If true, use address details from the billing address.
See Also