Class SepaOriginalPaymentInformations
A sequence of SepaOriginalPaymentInformation instances.
public sealed class SepaOriginalPaymentInformations : SepaCollection<SepaOriginalPaymentInformation>, IList<SepaOriginalPaymentInformation>, ICollection<SepaOriginalPaymentInformation>, IReadOnlyList<SepaOriginalPaymentInformation>, IReadOnlyCollection<SepaOriginalPaymentInformation>, IEnumerable<SepaOriginalPaymentInformation>, IList, ICollection, IEnumerable
- Inheritance
-
SepaOriginalPaymentInformations
- Implements
- Inherited Members
Remarks
The property OriginalPaymentInformations of the SepaPaymentStatusReport contains an instance of this class.
Properties
Single
If this collection contains only a single
SepaOriginalPaymentInformation, then it will be returned. Otherwise this
is null.
public SepaOriginalPaymentInformation Single { get; }