StatementResponse class

StatementResponse class

Statement response class.

The StatementResponse type exposes the following members:

Constructors

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

Properties

PropertyDescription
currencyGets or sets the default currency for the statement.
bank_account_fromGets or sets the from of BankAccount.
bank_transaction_listGets or sets the from of StatementResponse.bank_transaction_list.
pending_transaction_listGets or sets the from of StatementResponse.pending_transaction_list.
ledger_balanceGets or sets the from of StatementResponse.ledger_balance.
available_balanceGets or sets the from of StatementResponse.available_balance.
cash_advance_balance_amountGets or sets the current balance amount for cash advances at the time of the download. Only applies to CREDITLINE accounts.
interest_rateGets or sets the current interest rate in effect at the time of download.
balance_listGets or sets the collection of Balance.
marketing_informationGets or sets the marketing information.

See Also