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

ConstructorDescription
Closing()Initializes a new instance of Closing class.

Properties

PropertyDescription
financial_institution_transaction_idGets or sets the unique identifier for this statement.
open_dateGets or sets the opening statement date.
close_dateGets or sets the closing statement date.
next_dateGets or sets the closing date of next statement.
balance_openGets or sets the opening statement balance.
balance_closeGets or sets the closing statement balance.
balance_minGets or sets the minimum balance in statement period.
deposits_and_creditsGets or sets the total of deposits and credits, including interest.
checks_and_debitsGets or sets the total of checks and debits, including fees.
total_feesGets or sets the total of all fees.
total_interestGets or sets the total of all interest.
interest_rateGets or sets the effective interest rate, taking into account any changes in rates which applied during this statement period.
interest_year_to_dateGets or sets the year-to-date interest paid on the account.
post_start_dateGets or sets the start date of transaction data for this statement.
post_end_dateGets or sets the end date of transaction data for this statement.
credit_line_infoGets or sets the CreditLineInfoType.
marketing_informationGets or sets the marketing information.
image_dataGets or sets the Closing.image_data.
currencyGets or sets the Closing.currency.
origin_currencyGets or sets the Origin Closing.currency.

See Also