IAccountsApiGet Method (AccountID)

GF API Documentation
Returns the account matching the given identifier.

Namespace:  GF.Api.Accounts
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

IAccount Get(
	AccountID id
)

Parameters

id
Type: GF.Api.AccountsAccountID
Account identifier

Return Value

Type: IAccount
null if not found
See Also

Reference