AccountInfo

AccountInfo class

Account information class.

public class AccountInfo

Constructors

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

Properties

NameDescription
AccountInfos { get; set; }Gets or sets the collection of BankAccountInfo or LoanAccountInfo or CreditCardAccountInfo or BillPaymentAccountInfo or InvestmentAccountInfo or PresentmentAccountInfo.
Description { get; set; }Gets or sets the description of the account
HolderInfo { get; set; }Gets or sets the HolderInfoType.
Name { get; set; }Gets or sets the name/user defined nickname for the account.
Phone { get; set; }Gets or sets the telephone number for the account.

See Also