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
)
Public Shared Function ResellerGetAccountForUserWithDetails (
username As String,
<OutAttribute> ByRef language As Language,
<OutAttribute> ByRef subaccountsCount As Integer,
resellerRootDomain As String
) As Account
public:
static Account^ ResellerGetAccountForUserWithDetails(
String^ username,
[OutAttribute] Language^% language,
[OutAttribute] int% subaccountsCount,
String^ resellerRootDomain
)
static member ResellerGetAccountForUserWithDetails :
username : string *
language : Language byref *
subaccountsCount : int byref *
resellerRootDomain : string -> Account
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:
AccountThe account object.
See Also