Click or drag to resize

AccountsHelperGetAccountByName Method

Note: This API is now obsolete.

Get account by name.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
[ObsoleteAttribute("Use GetAccount.")]
public static Account GetAccountByName(
	string accountName
)

Parameters

accountName
Type: SystemString
Account name.

Return Value

Type: Account
The account.
See Also