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