CreditCardStatementResponse class

CreditCardStatementResponse class

Credit card download response class.

The CreditCardStatementResponse type exposes the following members:

Constructors

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

Properties

PropertyDescription
currencyGets or sets the default currency for the statement.
credit_card_account_fromGets or sets the from of CreditCardAccount.
bank_transaction_listGets or sets the from of CreditCardStatementResponse.bank_transaction_list.
pending_transaction_listGets or sets the from of CreditCardStatementResponse.pending_transaction_list.
ledger_balanceGets or sets the from of CreditCardStatementResponse.ledger_balance.
available_balanceGets or sets the from of CreditCardStatementResponse.available_balance.
cash_advance_balance_amountGets or sets the current balance amount for cash advances at the time of the download.
interest_rate_purchasesGets or sets the current interest rate for purchases in effect at time of download.
interest_rate_cashGets or sets the current interest rate for cash advances in effect at time of download.
interest_rate_transferGets or sets the current interest rate for balance transfers in effect at time of download.
reward_infoGets or sets the RewardInfoType.
balance_listGets or sets the collection of Balance.
marketing_informationGets or sets the marketing information.

See Also