Class SepaOriginalPaymentInformations
A sequence of SepaOriginalPaymentInformation instances.
Inheritance
SepaOriginalPaymentInformations
Implements
Inherited Members
Namespace: Subsembly.Sepa
Assembly: Subsembly.Sepa.dll
Syntax
public sealed class SepaOriginalPaymentInformations : SepaCollection<SepaOriginalPaymentInformation>, IList<SepaOriginalPaymentInformation>, ICollection<SepaOriginalPaymentInformation>, IReadOnlyList<SepaOriginalPaymentInformation>, IReadOnlyCollection<SepaOriginalPaymentInformation>, IEnumerable<SepaOriginalPaymentInformation>, IList, ICollection, IEnumerable
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
.
Declaration
public SepaOriginalPaymentInformation Single { get; }
Property Value
Type | Description |
---|---|
SepaOriginalPaymentInformation |