java.lang.Object
java.lang.Enum<PaymentFeesMethod>
de.hybris.platform.unifieduibackofficeservices.model.configuration.dynamicpricing.enums.PaymentFeesMethod
All Implemented Interfaces:
Serializable, Comparable<PaymentFeesMethod>, Constable

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

    • ANY_CREDIT_CARD

      public static final PaymentFeesMethod ANY_CREDIT_CARD
    • CREDIT_CARD_NUMBERS_STARTING_WITH_ONE

      public static final PaymentFeesMethod CREDIT_CARD_NUMBERS_STARTING_WITH_ONE
    • CREDIT_CARD_NUMBERS_STARTING_WITH_THREE

      public static final PaymentFeesMethod CREDIT_CARD_NUMBERS_STARTING_WITH_THREE
    • CREDIT_CARD_NUMBERS_STARTING_WITH_FOUR

      public static final PaymentFeesMethod CREDIT_CARD_NUMBERS_STARTING_WITH_FOUR
    • CREDIT_CARD_NUMBERS_STARTING_WITH_FIVE

      public static final PaymentFeesMethod CREDIT_CARD_NUMBERS_STARTING_WITH_FIVE
    • CREDIT_CARD_NUMBERS_STARTING_WITH_SIX

      public static final PaymentFeesMethod CREDIT_CARD_NUMBERS_STARTING_WITH_SIX
    • ANY_DEBIT_CARD

      public static final PaymentFeesMethod ANY_DEBIT_CARD
    • DEBIT_CARD_NUMBERS_STARTING_WITH_ONE

      public static final PaymentFeesMethod DEBIT_CARD_NUMBERS_STARTING_WITH_ONE
    • DEBIT_CARD_NUMBERS_STARTING_WITH_THREE

      public static final PaymentFeesMethod DEBIT_CARD_NUMBERS_STARTING_WITH_THREE
    • DEBIT_CARD_NUMBERS_STARTING_WITH_FOUR

      public static final PaymentFeesMethod DEBIT_CARD_NUMBERS_STARTING_WITH_FOUR
    • DEBIT_CARD_NUMBERS_STARTING_WITH_FIVE

      public static final PaymentFeesMethod DEBIT_CARD_NUMBERS_STARTING_WITH_FIVE
    • DEBIT_CARD_NUMBERS_STARTING_WITH_SIX

      public static final PaymentFeesMethod DEBIT_CARD_NUMBERS_STARTING_WITH_SIX
    • CASH

      public static final PaymentFeesMethod CASH
    • BANK_TRANSFER

      public static final PaymentFeesMethod BANK_TRANSFER
    • OTHER_PAYMENT

      public static final PaymentFeesMethod OTHER_PAYMENT
  • Method Details

    • values

      public static PaymentFeesMethod[] 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 PaymentFeesMethod 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
    • getValue

      public String getValue()
      returns the value
      Returns:
      the value
    • getLabelKey

      public String getLabelKey()
      returns the labelKey
      Returns:
      the labelKey