Click or drag to resize

AccountsHelperResellerGetAccountForUserWithDetails Method

Calls the GetAccountForUserWithDetails in Account API.

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 ResellerGetAccountForUserWithDetails(
	string username,
	out Language language,
	out int subaccountsCount,
	string resellerRootDomain
)

Parameters

username
Type: SystemString
The username.
language
Type: Language
Outputs the language.
subaccountsCount
Type: SystemInt32
Outputs the subaccounts count.
resellerRootDomain
Type: SystemString
The reseller root domain.

Return Value

Type: Account
The account object.
See Also