Closing class

Closing class

A checking, savings, money market, CD, or credit line account uses the class to describe statement closing information.

The Closing type exposes the following members:

Constructors

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

Properties

Property Description
financial_institution_transaction_id Gets or sets the unique identifier for this statement.
open_date Gets or sets the opening statement date.
close_date Gets or sets the closing statement date.
next_date Gets or sets the closing date of next statement.
balance_open Gets or sets the opening statement balance.
balance_close Gets or sets the closing statement balance.
balance_min Gets or sets the minimum balance in statement period.
deposits_and_credits Gets or sets the total of deposits and credits, including interest.
checks_and_debits Gets or sets the total of checks and debits, including fees.
total_fees Gets or sets the total of all fees.
total_interest Gets or sets the total of all interest.
interest_rate Gets or sets the effective interest rate, taking into account any changes in rates which applied during this statement period.
interest_year_to_date Gets or sets the year-to-date interest paid on the account.
post_start_date Gets or sets the start date of transaction data for this statement.
post_end_date Gets or sets the end date of transaction data for this statement.
credit_line_info Gets or sets the CreditLineInfoType.
marketing_information Gets or sets the marketing information.
image_data Gets or sets the Closing.image_data.
currency Gets or sets the Closing.currency.
origin_currency Gets or sets the Origin Closing.currency.

See Also