Balance
Contents
[
Hide
]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.
public class Balance
Constructors
| Name | Description | 
|---|---|
| Balance() | Initializes a new instance of Balance class. | 
Properties
| Name | Description | 
|---|---|
| BalanceType { get; set; } | Gets or sets the balance type. | 
| Currency { get; set; } | Gets or sets the currency. | 
| DateAsOf { get; set; } | Gets or sets the effective date of the given balance. | 
| Description { get; set; } | Gets or sets the balance description. | 
| Name { get; set; } | Gets or sets the balance name | 
| Value { get; set; } | Gets or sets the balance value. | 
See Also
- namespace Aspose.Finance.Ofx
 - assembly Aspose.Finance