|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ResponseField>
net.authorize.ResponseField
public enum ResponseField
ResponseField mappings used in processing and matching the returned data from the payment gateway. This enum is leveraged across all the integrations of AIM,SIM,DPM,ARB and CIM.
| Method Summary | |
|---|---|
static ResponseField |
findByFieldName(String fieldName)
Lookup a ResponseField by it's field name. |
static ResponseField |
get(int order)
Get the ResponseField identified by the order specified. |
String |
getFieldName()
|
int |
getResponseOrder()
|
int |
getResponsOrder()
Get the true response order. |
static ResponseField |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ResponseField[] |
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, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ResponseField RESPONSE_CODE
public static final ResponseField RESPONSE_SUBCODE
public static final ResponseField RESPONSE_REASON_CODE
public static final ResponseField RESPONSE_REASON_TEXT
public static final ResponseField AUTHORIZATION_CODE
public static final ResponseField AVS_CODE
public static final ResponseField TRANSACTION_ID
public static final ResponseField INVOICE_NUMBER
public static final ResponseField DESCRIPTION
public static final ResponseField AMOUNT
public static final ResponseField METHOD
public static final ResponseField TRANSACTION_TYPE
public static final ResponseField CUSTOMER_ID
public static final ResponseField FIRST_NAME
public static final ResponseField LAST_NAME
public static final ResponseField COMPANY
public static final ResponseField ADDRESS
public static final ResponseField CITY
public static final ResponseField STATE
public static final ResponseField ZIP_CODE
public static final ResponseField COUNTRY
public static final ResponseField PHONE
public static final ResponseField FAX
public static final ResponseField EMAIL_ADDRESS
public static final ResponseField SHIP_TO_FIRST_NAME
public static final ResponseField SHIP_TO_LAST_NAME
public static final ResponseField SHIP_TO_COMPANY
public static final ResponseField SHIP_TO_ADDRESS
public static final ResponseField SHIP_TO_CITY
public static final ResponseField SHIP_TO_STATE
public static final ResponseField SHIP_TO_ZIP_CODE
public static final ResponseField SHIP_TO_COUNTRY
public static final ResponseField TAX
public static final ResponseField DUTY
public static final ResponseField FREIGHT
public static final ResponseField TAX_EXEMPT
public static final ResponseField PURCHASE_ORDER_NUMBER
public static final ResponseField MD5_HASH
public static final ResponseField CARD_CODE_RESPONSE
public static final ResponseField CARDHOLDER_AUTHENTICATION_VERIFICATION_RESPONSE
public static final ResponseField RESERVED_1
public static final ResponseField RESERVED_2
public static final ResponseField RESERVED_3
public static final ResponseField RESERVED_4
public static final ResponseField RESERVED_5
public static final ResponseField RESERVED_6
public static final ResponseField RESERVED_7
public static final ResponseField RESERVED_8
public static final ResponseField RESERVED_9
public static final ResponseField RESERVED_10
public static final ResponseField ACCOUNT_NUMBER
public static final ResponseField CARD_TYPE
public static final ResponseField SPLIT_TENDER_ID
public static final ResponseField PREPAID_REQUESTED_AMOUNT
public static final ResponseField PREPAID_BALANCE_ON_CARD
public static final ResponseField RESERVED_11
public static final ResponseField RESERVED_12
public static final ResponseField RESERVED_13
public static final ResponseField RESERVED_14
public static final ResponseField RESERVED_15
public static final ResponseField RESERVED_16
public static final ResponseField RESERVED_17
public static final ResponseField RESERVED_18
public static final ResponseField RESERVED_19
public static final ResponseField RESERVED_20
public static final ResponseField RESERVED_21
public static final ResponseField RESERVED_22
public static final ResponseField RESERVED_23
| Method Detail |
|---|
public static ResponseField[] values()
for (ResponseField c : ResponseField.values()) System.out.println(c);
public static ResponseField valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic int getResponsOrder()
public static ResponseField get(int order)
order -
public static ResponseField findByFieldName(String fieldName)
fieldName -
public int getResponseOrder()
public String getFieldName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||