Enum Class ReturnOrderFailReason

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

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

    • ACCOUNT_ABNORMAL

      @SerializedName("ACCOUNT_ABNORMAL") public static final ReturnOrderFailReason ACCOUNT_ABNORMAL
    • BALANCE_NOT_ENOUGH

      @SerializedName("BALANCE_NOT_ENOUGH") public static final ReturnOrderFailReason BALANCE_NOT_ENOUGH
    • TIME_OUT_CLOSED

      @SerializedName("TIME_OUT_CLOSED") public static final ReturnOrderFailReason TIME_OUT_CLOSED
    • PAYER_ACCOUNT_ABNORMAL

      @SerializedName("PAYER_ACCOUNT_ABNORMAL") public static final ReturnOrderFailReason PAYER_ACCOUNT_ABNORMAL
    • INVALID_REQUEST

      @SerializedName("INVALID_REQUEST") public static final ReturnOrderFailReason INVALID_REQUEST
  • Method Details

    • values

      public static ReturnOrderFailReason[] 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 ReturnOrderFailReason 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