Enum EbicsProtocolActionType
The Action Type of a HAC protocol entry.
public enum EbicsProtocolActionType
Fields
Additional = 10Provision of additional information from bank to customer.
ESDownload = 4Electronic signature downloaded from the bank. Reserved. Currently not used.
ESUpload = 3Electronic signature submitted to the bank "HVE".
ESVerification = 5Signature verification. Used with initial submission of file.
FileDownload = 2File downloaded from the bank.
FileUpload = 1File submitted to the bank.
None = 0Value not initialized.
OrderHACFinalNeg = 12The order could not be processed on EBICS level completely for several reasons (see codes of results of action in the previous HAC step(s) of this order, e.g either due to incorrect signatures or due to a technical error.)
OrderHACFinalPos = 11The order is positively completed at EBICS level, which means that either all signatures required for approval are correct and the order can therefore go into further processing or that the order has been cancelled by an authorised user (administrative order type HVS).
Unknown = -1The action type could not be derived from the ActionText.
VEUCancelOrder = 9VEU order was cancelled.
VEUForwarding = 6File was forwarded to VEU processing.
VEUVerification = 7VEU signature verification. Used with VEU signatures.
VEUVerificationEnd = 8VEU verification complete.