Enum FinSepaOrderStatus
Status of a SEPA order that has been submitted to the bank.
public enum FinSepaOrderStatus
- Extension Methods
Fields
Failed = 6InProcess = 3InRecall = 5A recall of the order was initiated.
InSchedule = 1None = 0No status available, yet.
Processed = 4RejectByBenificiaryBank = 9RejectByIntermediary = 2RejectByOriginatorBank = 8Success = 7The order was completed successfully. The funds transfered are now available to the beneficiary.