Interface ISepaStatusAndReasonInformation

Namespace
Subsembly.Sepa
Assembly
Subsembly.Sepa.dll
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

string

StatusReasonInformations

The collection of SepaStatusReasonInformations.

SepaStatusReasonInformations StatusReasonInformations { get; }

Property Value

SepaStatusReasonInformations

See Also