Enum Class MaxOne.FormOfPayment

java.lang.Object
java.lang.Enum<MaxOne.FormOfPayment>
de.hybris.platform.prosservices.pros.searchresponse.MaxOne.FormOfPayment
All Implemented Interfaces:
Serializable, Comparable<MaxOne.FormOfPayment>, Constable
Enclosing class:
MaxOne

public static enum MaxOne.FormOfPayment extends Enum<MaxOne.FormOfPayment>
  • Enum Constant Details

    • ANY_CREDIT_CARD

      public static final MaxOne.FormOfPayment ANY_CREDIT_CARD
    • CREDIT_CARD_NUMBERS_STARTING_WITH_1

      public static final MaxOne.FormOfPayment CREDIT_CARD_NUMBERS_STARTING_WITH_1
    • CREDIT_CARD_NUMBERS_STARTING_WITH_3

      public static final MaxOne.FormOfPayment CREDIT_CARD_NUMBERS_STARTING_WITH_3
    • CREDIT_CARD_NUMBERS_STARTING_WITH_4

      public static final MaxOne.FormOfPayment CREDIT_CARD_NUMBERS_STARTING_WITH_4
    • CREDIT_CARD_NUMBERS_STARTING_WITH_5

      public static final MaxOne.FormOfPayment CREDIT_CARD_NUMBERS_STARTING_WITH_5
    • CREDIT_CARD_NUMBERS_STARTING_WITH_6

      public static final MaxOne.FormOfPayment CREDIT_CARD_NUMBERS_STARTING_WITH_6
    • ANY_DEBIT_CARD

      public static final MaxOne.FormOfPayment ANY_DEBIT_CARD
    • DEBIT_CARD_NUMBERS_STARTING_WITH_1

      public static final MaxOne.FormOfPayment DEBIT_CARD_NUMBERS_STARTING_WITH_1
    • DEBIT_CARD_NUMBERS_STARTING_WITH_3

      public static final MaxOne.FormOfPayment DEBIT_CARD_NUMBERS_STARTING_WITH_3
    • DEBIT_CARD_NUMBERS_STARTING_WITH_4

      public static final MaxOne.FormOfPayment DEBIT_CARD_NUMBERS_STARTING_WITH_4
    • DEBIT_CARD_NUMBERS_STARTING_WITH_5

      public static final MaxOne.FormOfPayment DEBIT_CARD_NUMBERS_STARTING_WITH_5
    • DEBIT_CARD_NUMBERS_STARTING_WITH_6

      public static final MaxOne.FormOfPayment DEBIT_CARD_NUMBERS_STARTING_WITH_6
  • Method Details

    • values

      public static MaxOne.FormOfPayment[] 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 MaxOne.FormOfPayment 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<MaxOne.FormOfPayment>
    • value

      public String value()
    • fromValue

      public static MaxOne.FormOfPayment fromValue(String value)