Interface ISepaStatusAndReasonInformation
Common interface shared by SepaOriginalTransactionInformation, SepaOriginalPaymentInformation, and SepaPaymentStatusReport.
Namespace: Subsembly.Sepa
Assembly: Subsembly.Sepa.dll
Syntax
public interface ISepaStatusAndReasonInformation
Remarks
Through this interface the status and reason information can be processed in a uniform way at the group, payment and transaction level. In particular the different status code properties are all accessible through a common Status property.
Properties
Status
The status code from the external codes list.
Declaration
string Status { get; }
Property Value
Type | Description |
---|---|
string |
StatusReasonInformations
The collection of SepaStatusReasonInformations.
Declaration
SepaStatusReasonInformations StatusReasonInformations { get; }
Property Value
Type | Description |
---|---|
SepaStatusReasonInformations |