Interface ISepaStatusAndReasonInformation
Common interface shared by SepaOriginalTransactionInformation, SepaOriginalPaymentInformation, and SepaPaymentStatusReport.
public interface ISepaStatusAndReasonInformation
- Extension Methods
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.
string Status { get; }
Property Value
StatusReasonInformations
The collection of SepaStatusReasonInformations.
SepaStatusReasonInformations StatusReasonInformations { get; }