Class SepaBalances
An ordered sequence of SepaBalance instances.
public sealed class SepaBalances : SepaCollection<SepaBalance>, IList<SepaBalance>, ICollection<SepaBalance>, IReadOnlyList<SepaBalance>, IReadOnlyCollection<SepaBalance>, IEnumerable<SepaBalance>, IList, ICollection, IEnumerable
- Inheritance
-
SepaBalances
- Implements
- Inherited Members
Remarks
The property Balances of the SepaStatement contains an instance of this class.
Methods
ContainsBalance(SepaBalanceType)
Tests whethe this collection contains at least one balance of the given type.
public bool ContainsBalance(SepaBalanceType nType)
Parameters
nType
SepaBalanceType
Returns
FindBalance(SepaBalanceType)
Finds and returns the first contained balance of the given type.
public SepaBalance FindBalance(SepaBalanceType nType)
Parameters
nType
SepaBalanceType