Click or drag to resize

AccountsHelperGetAccountDefaultLanguageId Method

Get an account default language id from the account.

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 Guid GetAccountDefaultLanguageId(
	Guid accountId
)

Parameters

accountId
Type: SystemGuid
The account id.

Return Value

Type: Guid
Requested account default language id or Guid.Empty if not found.
See Also