Closing
Contents
[
Hide
]Closing class
A checking, savings, money market, CD, or credit line account uses the class to describe statement closing information.
public class Closing
Constructors
| Name | Description |
|---|---|
| Closing() | Initializes a new instance of Closing class. |
Properties
| Name | Description |
|---|---|
| BalanceClose { get; set; } | Gets or sets the closing statement balance. |
| BalanceMin { get; set; } | Gets or sets the minimum balance in statement period. |
| BalanceOpen { get; set; } | Gets or sets the opening statement balance. |
| ChecksAndDebits { get; set; } | Gets or sets the total of checks and debits, including fees. |
| CloseDate { get; set; } | Gets or sets the closing statement date. |
| CreditLineInfo { get; set; } | Gets or sets the CreditLineInfoType. |
| Currency { get; set; } | Gets or sets the Currency. |
| DepositsAndCredits { get; set; } | Gets or sets the total of deposits and credits, including interest. |
| FinancialInstitutionTransactionId { get; set; } | Gets or sets the unique identifier for this statement. |
| ImageData { get; set; } | Gets or sets the ImageData. |
| InterestRate { get; set; } | Gets or sets the effective interest rate, taking into account any changes in rates which applied during this statement period. |
| InterestYearToDate { get; set; } | Gets or sets the year-to-date interest paid on the account. |
| MarketingInformation { get; set; } | Gets or sets the marketing information. |
| NextDate { get; set; } | Gets or sets the closing date of next statement. |
| OpenDate { get; set; } | Gets or sets the opening statement date. |
| OriginCurrency { get; set; } | Gets or sets the Origin Currency. |
| PostEndDate { get; set; } | Gets or sets the end date of transaction data for this statement. |
| PostStartDate { get; set; } | Gets or sets the start date of transaction data for this statement. |
| TotalFees { get; set; } | Gets or sets the total of all fees. |
| TotalInterest { get; set; } | Gets or sets the total of all interest. |
See Also
- namespace Aspose.Finance.Ofx.Bank
- assembly Aspose.Finance