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
| Constructor | Description |
|---|---|
| CreditCardClosing() | Initializes a new instance of CreditCardClosing 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. |
| interest_year_to_date | Gets or sets the year-to-date interest paid on the account |
| payment_due_date | Gets or sets the payment due date. |
| min_payment_due | Gets or sets the minimum amount due. |
| past_due_amount | Gets or sets the the amount of MinPaymentDue, if any, which reflects a past due amount. |
| late_fee_amount | Gets or sets the amount of MinPaymentDue, if any, which reflects late fees. |
| finance_charge | Gets or sets the finance charges. |
| interest_rate_purchase | Gets or sets the effective interest rate for purchases, taking into account any changes in rates which applied during this statement period. |
| interest_rate_cash | Gets or sets the effective interest rate for cash advances, taking into account any changes in rates which applied during this statement period. |
| interest_rate_transfer | Gets or sets the effective interest rate for balance transfers, taking into account any changes in rates which applied during this statement period. |
| payments_and_credits | Gets or sets the total of payments and credits. |
| purchases_and_advances | Gets or sets the total of purchases and cash advances. |
| debit_adjustment | Gets or sets the debit adjustments. |
| credit_limit | Gets or sets the current credit limit. |
| cash_advance_credit_limit | Gets or sets the current cash advance credit limit. |
| 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. |
| auto_pay | Gets or sets whether automatic payments are setup for this account. |
| last_pmt_info | Gets or sets the LastPmtInfoType. |
| reward_info | Gets or sets the RewardInfoType. |
| marketing_information | Gets or sets the marketing information. |
| image_data | Gets or sets the CreditCardClosing.image_data. |
| currency | Gets or sets the CreditCardClosing.currency. |
| origin_currency | Gets or sets the Origin CreditCardClosing.currency. |