AccountAttributes

Description

Given a string representing an account’s full name (object^account), returns a list containing the account’s attributes, i.e., the account’s water type, water owner, and account type.

Type

LIST {STRING, STRING, STRING}

Arguments

Type

Meaning

1

STRING

The name of the account.

Evaluation

 

Comments

 

 
AccountAttributes("ResA^GoodWater")
 
{"Intra-basin Transfer", "Big City", "StorageAccount"}