|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Authorization.CreditCardAuthorization.Source>
org.ota.air.Authorization.CreditCardAuthorization.Source
public static enum Authorization.CreditCardAuthorization.Source
Schema fragment(s) for this class:
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="NormalTransaction"/> <xs:enumeration value="MailOrPhoneOrder"/> <xs:enumeration value="UnattendedTerminal"/> <xs:enumeration value="MerchantIsSuspicious"/> <xs:enumeration value="eCommerceSecuredTransaction"/> <xs:enumeration value="eCommerceUnsecuredTransaction"/> <xs:enumeration value="InFlightAirPhone"/> <xs:enumeration value="CID_NotLegible"/> <xs:enumeration value="CID_NotOnCard"/> </xs:restriction> </xs:simpleType>
Enum Constant Summary | |
---|---|
CID_NOT_LEGIBLE
The customer identification number cannot be read. |
|
CID_NOT_ON_CARD
There is no customer identification number on the card. |
|
E_COMMERCE_SECURED_TRANSACTION
Indicates an e-comerce transaction provided over a secure channel. |
|
E_COMMERCE_UNSECURED_TRANSACTION
Indicates an e-comerce transaction provided over an unsecured channel. |
|
IN_FLIGHT_AIR_PHONE
The purchase request is made from an in flight air phone. |
|
MAIL_OR_PHONE_ORDER
The source of the purchase request is a mail or phone order. |
|
MERCHANT_IS_SUSPICIOUS
Indicates that the merchant requesting the credit seems to be suspicious or fraudulent. |
|
NORMAL_TRANSACTION
Agent representation (for example, a ticket office). |
|
UNATTENDED_TERMINAL
The source of the purchase request is an unattended terminal such as a kiosk or ATM. |
Method Summary | |
---|---|
static Authorization.CreditCardAuthorization.Source |
convert(java.lang.String value)
|
java.lang.String |
toString()
|
static Authorization.CreditCardAuthorization.Source |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Authorization.CreditCardAuthorization.Source[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Authorization.CreditCardAuthorization.Source NORMAL_TRANSACTION
public static final Authorization.CreditCardAuthorization.Source MAIL_OR_PHONE_ORDER
public static final Authorization.CreditCardAuthorization.Source UNATTENDED_TERMINAL
public static final Authorization.CreditCardAuthorization.Source MERCHANT_IS_SUSPICIOUS
public static final Authorization.CreditCardAuthorization.Source E_COMMERCE_SECURED_TRANSACTION
public static final Authorization.CreditCardAuthorization.Source E_COMMERCE_UNSECURED_TRANSACTION
public static final Authorization.CreditCardAuthorization.Source IN_FLIGHT_AIR_PHONE
public static final Authorization.CreditCardAuthorization.Source CID_NOT_LEGIBLE
public static final Authorization.CreditCardAuthorization.Source CID_NOT_ON_CARD
Method Detail |
---|
public static Authorization.CreditCardAuthorization.Source[] values()
for (Authorization.CreditCardAuthorization.Source c : Authorization.CreditCardAuthorization.Source.values()) System.out.println(c);
public static Authorization.CreditCardAuthorization.Source valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<Authorization.CreditCardAuthorization.Source>
public static Authorization.CreditCardAuthorization.Source convert(java.lang.String value)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |