Click or drag to resize

AccountsHelperResellerGetAccountForUser Method

Gets account by username.

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 Account ResellerGetAccountForUser(
	string username,
	string resellerRootDomain
)

Parameters

username
Type: SystemString
Username.
resellerRootDomain
Type: SystemString
The reseller root domain.

Return Value

Type: Account
The account.
See Also