Class SepaTransactionInformations
A sequence of SepaTransactionInformation instances.
public sealed class SepaTransactionInformations : SepaCollection<SepaTransactionInformation>, IList<SepaTransactionInformation>, ICollection<SepaTransactionInformation>, IReadOnlyList<SepaTransactionInformation>, IReadOnlyCollection<SepaTransactionInformation>, IEnumerable<SepaTransactionInformation>, IList, ICollection, IEnumerable
- Inheritance
-
SepaTransactionInformations
- Implements
- Inherited Members
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.
public SepaTransactionInformation Single { get; }