Enum Class COFRTF

java.lang.Object
java.lang.Enum<COFRTF>
eu.ccvlab.mapi.core.payment.COFRTF
All Implemented Interfaces:
Serializable, Comparable<COFRTF>, Constable

public enum COFRTF extends Enum<COFRTF>
With the "Credential On File", credentials (card number) are stored by a merchant or his payment service provider in order to process future purchases for a cardholder. For the following COF transactions, the cardholder does not need to be present or enter their payment information when purchasing. It should be noted that only payment or initial reservation are COF-enabled; no RTF (Recurring Transaction Flag) parameter is sent for all other business transactions, even if it has been selected.
  • Enum Constant Details

    • I

      public static final COFRTF I
      I (initial payment for a new subscription)
    • E

      public static final COFRTF E
      E (consent that COF is used for further payments).
  • Constructor Details

    • COFRTF

      private COFRTF()
  • Method Details

    • values

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