CreditCardClosing class

CreditCardClosing class

A credit card account uses the CreditCardClosing class to describe statement closing information.

The CreditCardClosing type exposes the following members:

Constructors

ConstructorDescription
CreditCardClosing()Initializes a new instance of CreditCardClosing 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.
interest_year_to_dateGets or sets the year-to-date interest paid on the account
payment_due_dateGets or sets the payment due date.
min_payment_dueGets or sets the minimum amount due.
past_due_amountGets or sets the the amount of MinPaymentDue, if any, which reflects a past due amount.
late_fee_amountGets or sets the amount of MinPaymentDue, if any, which reflects late fees.
finance_chargeGets or sets the finance charges.
interest_rate_purchaseGets or sets the effective interest rate for purchases, taking into account any changes in rates which applied during this statement period.
interest_rate_cashGets or sets the effective interest rate for cash advances, taking into account any changes in rates which applied during this statement period.
interest_rate_transferGets or sets the effective interest rate for balance transfers, taking into account any changes in rates which applied during this statement period.
payments_and_creditsGets or sets the total of payments and credits.
purchases_and_advancesGets or sets the total of purchases and cash advances.
debit_adjustmentGets or sets the debit adjustments.
credit_limitGets or sets the current credit limit.
cash_advance_credit_limitGets or sets the current cash advance credit limit.
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.
auto_payGets or sets whether automatic payments are setup for this account.
last_pmt_infoGets or sets the LastPmtInfoType.
reward_infoGets or sets the RewardInfoType.
marketing_informationGets or sets the marketing information.
image_dataGets or sets the CreditCardClosing.image_data.
currencyGets or sets the CreditCardClosing.currency.
origin_currencyGets or sets the Origin CreditCardClosing.currency.

See Also