Balance class

Balance class

Several responses allow FIs to send an arbitrary set of balance information as part of a response, for example a bank statement download.FIs might want to send information on outstanding balances, payment dates, interest rates, and so forth.

The Balance type exposes the following members:

Constructors

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

Properties

Property Description
name Gets or sets the balance name
description Gets or sets the balance description.
balance_type Gets or sets the balance type.
value Gets or sets the balance value.
date_as_of Gets or sets the effective date of the given balance.
currency Gets or sets the currency.

See Also