Click or drag to resize

IAtomiaBillingApiResellerHasExtraUsernameAccount Method

Checks if the account id is an extra account for the username.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
bool ResellerHasExtraUsernameAccount(
	string username,
	Guid accountId,
	string resellerRootDomain
)

Parameters

username
Type: SystemString
The username.
accountId
Type: SystemGuid
The account id.
resellerRootDomain
Type: SystemString
The reseller root domain.

Return Value

Type: Boolean
True if the username has access to the account id, otherwise false.
See Also