Package 

Enum CardScanState

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    @Serializable() 
    public enum CardScanState
    extends Enum<CardScanState>
                        

    States for card scanning process.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      UNKNOWN

      Unknown issue occurred.

      COMPLETED

      Card processing is completed and the card details are available.

      ERROR

      An error has occurred, see error_message for more details.

      PENDING

      Card is being processed by CardScan ML pipeline.

      PROCESSING

      Card ID has been reserved but a corresponding file has not yet been uploaded.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait