Class SepaTransactionInformations
A sequence of SepaTransactionInformation instances.
Inheritance
SepaTransactionInformations
Implements
Inherited Members
Namespace: Subsembly.Sepa
Assembly: Subsembly.Sepa.dll
Syntax
public sealed class SepaTransactionInformations : SepaCollection<SepaTransactionInformation>, IList<SepaTransactionInformation>, ICollection<SepaTransactionInformation>, IReadOnlyList<SepaTransactionInformation>, IReadOnlyCollection<SepaTransactionInformation>, IEnumerable<SepaTransactionInformation>, IList, ICollection, IEnumerable
Remarks
The property TransactionInformations of the SepaPaymentInformation contains an instance of this class.
Properties
Single
If this collection contains only a single SepaTransactionInformation,
then it will be returned. Otherwise this is null
.
Declaration
public SepaTransactionInformation Single { get; }
Property Value
Type | Description |
---|---|
SepaTransactionInformation |