CreditCardStatementResponse class

CreditCardStatementResponse class

Credit card download response class.

The CreditCardStatementResponse type exposes the following members:

Constructors

Constructor Description
CreditCardStatementResponse() Initializes a new instance of CreditCardStatementResponse class.

Properties

Property Description
currency Gets or sets the default currency for the statement.
credit_card_account_from Gets or sets the from of CreditCardAccount.
bank_transaction_list Gets or sets the from of CreditCardStatementResponse.bank_transaction_list.
pending_transaction_list Gets or sets the from of CreditCardStatementResponse.pending_transaction_list.
ledger_balance Gets or sets the from of CreditCardStatementResponse.ledger_balance.
available_balance Gets or sets the from of CreditCardStatementResponse.available_balance.
cash_advance_balance_amount Gets or sets the current balance amount for cash advances at the time of the download.
interest_rate_purchases Gets or sets the current interest rate for purchases in effect at time of download.
interest_rate_cash Gets or sets the current interest rate for cash advances in effect at time of download.
interest_rate_transfer Gets or sets the current interest rate for balance transfers in effect at time of download.
reward_info Gets or sets the RewardInfoType.
balance_list Gets or sets the collection of Balance.
marketing_information Gets or sets the marketing information.

See Also