Click or drag to resize

IAtomiaBillingApiGetAccountForUserWithDetails Method

Gets the account to which user with the specified username belongs and fills user's details.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Account GetAccountForUserWithDetails(
	string username,
	out Language language,
	out int subaccountsCount
)

Parameters

username
Type: SystemString
The username.
language
Type: Language
The language.
subaccountsCount
Type: SystemInt32
The subaccounts count.

Return Value

Type: Account
Account for given username and fills details.
See Also