AccountInfo class

AccountInfo class

Account information class.

The AccountInfo type exposes the following members:

Constructors

Constructor Description
AccountInfo() Initializes a new instance of AccountInfo class.

Properties

Property Description
name Gets or sets the name/user defined nickname for the account.
description Gets or sets the description of the account
phone Gets or sets the telephone number for the account.
holder_info Gets or sets the HolderInfoType.
account_infos Gets or sets the collection of BankAccountInfo or LoanAccountInfo or CreditCardAccountInfo
or BillPaymentAccountInfo or InvestmentAccountInfo or PresentmentAccountInfo.

See Also