Enum CollectStatus
Possible values of status for collect call.
Namespace: ActiveLogin.Authentication.BankId.Api.Models
Assembly: ActiveLogin.Authentication.BankId.Api.dll
Syntax
public enum CollectStatus : int
Fields
Name | Description |
---|---|
Complete | The order is complete. CompletionData holds user information. |
Failed | Something went wrong with the order. HintCode describes the error. |
Pending | The order is being processed. HintCode describes the status of the order. |
Unknown | Unknown or new status. |