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

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

Properties

PropertyDescription
nameGets or sets the balance name
descriptionGets or sets the balance description.
balance_typeGets or sets the balance type.
valueGets or sets the balance value.
date_as_ofGets or sets the effective date of the given balance.
currencyGets or sets the currency.

See Also