Enum Class SubsidyReturnReceiptFailReason

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

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

    • RETURN_RECEIPT_INSUFFICIENT_BALANCE

      @SerializedName("RETURN_RECEIPT_INSUFFICIENT_BALANCE") public static final SubsidyReturnReceiptFailReason RETURN_RECEIPT_INSUFFICIENT_BALANCE
    • RETURN_RECEIPT_OTHER

      @SerializedName("RETURN_RECEIPT_OTHER") public static final SubsidyReturnReceiptFailReason RETURN_RECEIPT_OTHER
  • Method Details

    • values

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