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