BankAccountInfo
Contents
[
Hide
]
BankAccountInfo class
OFX uses the bank account information aggregate to download account information from an FI.
public class BankAccountInfo : AbstractAccountInfo
Constructors
Name | Description |
---|---|
BankAccountInfo() | Initializes a new instance of BankAccountInfo class. |
Properties
Name | Description |
---|---|
AccountClassification { get; set; } | Gets or sets the account classification. |
BankAccountFrom { get; set; } | Gets or sets the from of BankAccount . |
LoanAccountType { get; set; } | Gets or sets the loan account type |
MaturityAmount { get; set; } | Gets or sets the amount at maturity for the CD, only applies to CD accounts. |
MaturityDate { get; set; } | Gets or sets the maturity date for the CD, only applies to CD accounts. |
MinimumBalanceRequired { get; set; } | Gets or sets the minimum balance required to avoid service fees. |
OverdraftLimit { get; set; } | Gets or sets the current overdraft limit active on the account |
ServiceStatus { get; set; } | Gets or sets the status of the account. |
SupportTransactionDetailDownload { get; set; } | If account supports transaction detail downloads, yes, if it is balance-only, no. |
TransferDestination { get; set; } | if account is enabled as a destination for an intrabank or interbank transfer, yes, otherwise, no. |
TransferSource { get; set; } | If account is enabled as a source for an intrabank or interbank transfer, yes, otherwise, no. |
See Also
- class AbstractAccountInfo
- namespace Aspose.Finance.Ofx
- assembly Aspose.Finance