Click or drag to resize

IAtomiaBillingApiGetAccountByName Method

Gets the account by name.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Account GetAccountByName(
	string accountName
)

Parameters

accountName
Type: SystemString
The account name.

Return Value

Type: Account
Requested account.
See Also