Package eu.ccvlab.mapi.core.payment
Enum Class COFRTF
- All Implemented Interfaces:
Serializable,Comparable<COFRTF>,Constable
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.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
-
Enum Constant Details
-
I
I (initial payment for a new subscription) -
E
E (consent that COF is used for further payments).
-
-
Constructor Details
-
COFRTF
private COFRTF()
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-