Enum GooglePayTokenState

java.lang.Object
java.lang.Enum<GooglePayTokenState>
com.meawallet.mpp.GooglePayTokenState
All Implemented Interfaces:
Serializable, Comparable<GooglePayTokenState>, java.lang.constant.Constable

public enum GooglePayTokenState extends Enum<GooglePayTokenState>
Google Pay token state.
  • Enum Constant Details

    • TOKEN_STATE_NOT_FOUND

      public static final GooglePayTokenState TOKEN_STATE_NOT_FOUND
    • TOKEN_STATE_UNTOKENIZED

      public static final GooglePayTokenState TOKEN_STATE_UNTOKENIZED
    • TOKEN_STATE_PENDING

      public static final GooglePayTokenState TOKEN_STATE_PENDING
    • TOKEN_STATE_NEEDS_IDENTITY_VERIFICATION

      public static final GooglePayTokenState TOKEN_STATE_NEEDS_IDENTITY_VERIFICATION
    • TOKEN_STATE_SUSPENDED

      public static final GooglePayTokenState TOKEN_STATE_SUSPENDED
    • TOKEN_STATE_ACTIVE

      public static final GooglePayTokenState TOKEN_STATE_ACTIVE
    • TOKEN_STATE_FELICA_PENDING_PROVISIONING

      public static final GooglePayTokenState TOKEN_STATE_FELICA_PENDING_PROVISIONING
  • Method Details

    • values

      public static GooglePayTokenState[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static GooglePayTokenState valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getTokenState

      public static GooglePayTokenState getTokenState(int googlePayTokenState)