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
)
Public Shared Function ResellerGetAccountForUser (
username As String,
resellerRootDomain As String
) As Account
public:
static Account^ ResellerGetAccountForUser(
String^ username,
String^ resellerRootDomain
)
static member ResellerGetAccountForUser :
username : string *
resellerRootDomain : string -> Account
Parameters
- username
- Type: SystemString
Username. - resellerRootDomain
- Type: SystemString
The reseller root domain.
Return Value
Type:
AccountThe account.
See Also