AccountInfos

AccountInfo.AccountInfos property

Gets or sets the collection of BankAccountInfo or LoanAccountInfo or CreditCardAccountInfo or BillPaymentAccountInfo or InvestmentAccountInfo or PresentmentAccountInfo.

public List<AbstractAccountInfo> AccountInfos { get; set; }

See Also