CreditCardClosing
Contents
[
Hide
]CreditCardClosing class
A credit card account uses the CreditCardClosing class to describe statement closing information.
public class CreditCardClosing
Constructors
| Name | Description |
|---|---|
| CreditCardClosing() | Initializes a new instance of CreditCardClosing class. |
Properties
| Name | Description |
|---|---|
| AutoPay { get; set; } | Gets or sets whether automatic payments are setup for this account. |
| BalanceClose { get; set; } | Gets or sets the closing statement balance. |
| BalanceOpen { get; set; } | Gets or sets the opening statement balance. |
| CashAdvanceCreditLimit { get; set; } | Gets or sets the current cash advance credit limit. |
| CloseDate { get; set; } | Gets or sets the closing statement date. |
| CreditLimit { get; set; } | Gets or sets the current credit limit. |
| Currency { get; set; } | Gets or sets the Currency. |
| DebitAdjustment { get; set; } | Gets or sets the debit adjustments. |
| FinanceCharge { get; set; } | Gets or sets the finance charges. |
| FinancialInstitutionTransactionId { get; set; } | Gets or sets the unique identifier for this statement. |
| ImageData { get; set; } | Gets or sets the ImageData. |
| InterestRateCash { get; set; } | Gets or sets the effective interest rate for cash advances, taking into account any changes in rates which applied during this statement period. |
| InterestRatePurchase { get; set; } | Gets or sets the effective interest rate for purchases, taking into account any changes in rates which applied during this statement period. |
| InterestRateTransfer { get; set; } | Gets or sets the effective interest rate for balance transfers, 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 |
| LastPmtInfo { get; set; } | Gets or sets the LastPmtInfoType. |
| LateFeeAmount { get; set; } | Gets or sets the amount of MinPaymentDue, if any, which reflects late fees. |
| MarketingInformation { get; set; } | Gets or sets the marketing information. |
| MinPaymentDue { get; set; } | Gets or sets the minimum amount due. |
| 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. |
| PastDueAmount { get; set; } | Gets or sets the the amount of MinPaymentDue, if any, which reflects a past due amount. |
| PaymentDueDate { get; set; } | Gets or sets the payment due date. |
| PaymentsAndCredits { get; set; } | Gets or sets the total of payments and credits. |
| 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. |
| PurchasesAndAdvances { get; set; } | Gets or sets the total of purchases and cash advances. |
| RewardInfo { get; set; } | Gets or sets the RewardInfoType. |
See Also
- namespace Aspose.Finance.Ofx.CreditCard
- assembly Aspose.Finance