Enum Class PaymentScene

java.lang.Object
java.lang.Enum<PaymentScene>
com.wechat.pay.java.service.giftactivity.model.PaymentScene
All Implemented Interfaces:
Serializable, Comparable<PaymentScene>, Constable

public enum PaymentScene extends Enum<PaymentScene>
PaymentScene
  • Enum Constant Details

    • APP_SCENE

      @SerializedName("APP_SCENE") public static final PaymentScene APP_SCENE
    • SWING_CARD_SCENE

      @SerializedName("SWING_CARD_SCENE") public static final PaymentScene SWING_CARD_SCENE
    • NO_SECRET_SCENE

      @SerializedName("NO_SECRET_SCENE") public static final PaymentScene NO_SECRET_SCENE
    • MINIAPP_SCENE

      @SerializedName("MINIAPP_SCENE") public static final PaymentScene MINIAPP_SCENE
    • FACE_PAY_SCENE

      @SerializedName("FACE_PAY_SCENE") public static final PaymentScene FACE_PAY_SCENE
    • OTHER_SCENE

      @SerializedName("OTHER_SCENE") public static final PaymentScene OTHER_SCENE
  • Method Details

    • values

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

      public static PaymentScene valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null