CreditCardStatementResponse

CreditCardStatementResponse class

Credit card download response class.

public class CreditCardStatementResponse

Constructors

NameDescription
CreditCardStatementResponse()Initializes a new instance of CreditCardStatementResponse class.

Properties

NameDescription
AvailableBalance { get; set; }Gets or sets the from of AvailableBalance.
BalanceList { get; set; }Gets or sets the collection of Balance.
BankTransactionList { get; set; }Gets or sets the from of BankTransactionList.
CashAdvanceBalanceAmount { get; set; }Gets or sets the current balance amount for cash advances at the time of the download.
CreditCardAccountFrom { get; set; }Gets or sets the from of CreditCardAccount.
Currency { get; set; }Gets or sets the default currency for the statement.
InterestRateCash { get; set; }Gets or sets the current interest rate for cash advances in effect at time of download.
InterestRatePurchases { get; set; }Gets or sets the current interest rate for purchases in effect at time of download.
InterestRateTransfer { get; set; }Gets or sets the current interest rate for balance transfers in effect at time of download.
LedgerBalance { get; set; }Gets or sets the from of LedgerBalance.
MarketingInformation { get; set; }Gets or sets the marketing information.
PendingTransactionList { get; set; }Gets or sets the from of PendingTransactionList.
RewardInfo { get; set; }Gets or sets the RewardInfoType.

See Also