AccountInfo class

AccountInfo class

Account information class.

The AccountInfo type exposes the following members:

Constructors

ConstructorDescription
AccountInfo()Initializes a new instance of AccountInfo class.

Properties

PropertyDescription
nameGets or sets the name/user defined nickname for the account.
descriptionGets or sets the description of the account
phoneGets or sets the telephone number for the account.
holder_infoGets or sets the HolderInfoType.
account_infosGets or sets the collection of BankAccountInfo or LoanAccountInfo or CreditCardAccountInfo
or BillPaymentAccountInfo or InvestmentAccountInfo or PresentmentAccountInfo.

See Also