public enum PaymentGatewayRequestParameter extends java.lang.Enum<PaymentGatewayRequestParameter> implements ICRMLookupEnum
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static PaymentGatewayRequestParameter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaymentGatewayRequestParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentGatewayRequestParameter CONTACT_RECURRENCE_ID
public static final PaymentGatewayRequestParameter PAYMENT_GATEWAY_SETTING
public static final PaymentGatewayRequestParameter PAYMENT_TYPE
public static final PaymentGatewayRequestParameter CONTACT_INIFORMATION
public static final PaymentGatewayRequestParameter ACCOUNT_RECEIVABLE
public static final PaymentGatewayRequestParameter PAYMENT_TYPE_INDICATOR
public static final PaymentGatewayRequestParameter CARD_NUMBER
public static final PaymentGatewayRequestParameter PAYMENT_NUMBER
public static final PaymentGatewayRequestParameter DESCRIPTION
public static final PaymentGatewayRequestParameter PURCHASE_COST
public static final PaymentGatewayRequestParameter PURCHASE_AMOUNT
public static final PaymentGatewayRequestParameter ORDER_REFERENCE_NUMBER
public static final PaymentGatewayRequestParameter TRANSACTION_STATUS
public static final PaymentGatewayRequestParameter TRANSACTION_ID
public static final PaymentGatewayRequestParameter RAW_AUTHORISED_CODE
public static final PaymentGatewayRequestParameter RAW_AUTHORISED_MESSAGE
public static final PaymentGatewayRequestParameter PAYMENT_METHOD_TYPE
public static final PaymentGatewayRequestParameter TRANSACTION_TIME
public static final PaymentGatewayRequestParameter RECURRING_PAYMENT_AGREEMENT_ID
public static final PaymentGatewayRequestParameter AGREEMENT_STATUS
public static final PaymentGatewayRequestParameter PAYMENT_RESPONSE_PASSWORD
public static final PaymentGatewayRequestParameter INSTALLATION_ID
public static final PaymentGatewayRequestParameter AUTHORISATION_MODE
public static final PaymentGatewayRequestParameter TEST_MODE
public static final PaymentGatewayRequestParameter AVS
public static final PaymentGatewayRequestParameter WARNING_MESSAGE
public static final PaymentGatewayRequestParameter AUTHENTICATION
public static final PaymentGatewayRequestParameter IP_ADDRESS
public static final PaymentGatewayRequestParameter CHARACTER_ENCODING
public static final PaymentGatewayRequestParameter SP_CHARACTER_ENCODING
public static final PaymentGatewayRequestParameter AUTHORISED_AMOUNT
public static final PaymentGatewayRequestParameter AUTHORISED_COST
public static final PaymentGatewayRequestParameter AMOUNT_STRING
public static final PaymentGatewayRequestParameter CURRENCY_ISO_CODE
public static final PaymentGatewayRequestParameter SHOPPER_NAME
public static final PaymentGatewayRequestParameter ADDRESS_FIRST_LINE
public static final PaymentGatewayRequestParameter ADDRESS_SECOND_LINE
public static final PaymentGatewayRequestParameter ADDRESS_THIRD_LINE
public static final PaymentGatewayRequestParameter SHOPPER_TOWN
public static final PaymentGatewayRequestParameter SHOPPER_REGION
public static final PaymentGatewayRequestParameter SHOPPER_POSTCODE
public static final PaymentGatewayRequestParameter SHOPPER_COUNTRY_ISO_CODE
public static final PaymentGatewayRequestParameter SHOPPER_COUNTRY
public static final PaymentGatewayRequestParameter SHOPPER_TELEPHONE
public static final PaymentGatewayRequestParameter SHOPPER_FAX
public static final PaymentGatewayRequestParameter SHOPPER_EMAIL
public static final PaymentGatewayRequestParameter SHOPPER_DELIVERY_NAME
public static final PaymentGatewayRequestParameter SHOPPER_DELIVERY_ADDRESS_FIRST_LINE
public static final PaymentGatewayRequestParameter SHOPPER_DELIVERY_ADDRESS_SECOND_LINE
public static final PaymentGatewayRequestParameter SHOPPER_DELIVERY_ADDRESS_THIRD_LINE
public static final PaymentGatewayRequestParameter SHOPPER_DELIVERY_TOWN
public static final PaymentGatewayRequestParameter SHOPPER_DELIVERY_REGION
public static final PaymentGatewayRequestParameter SHOPPER_DELIVERY_POSTCODE
public static final PaymentGatewayRequestParameter SHOPPER_DELIVERY_COUNTRY_ISO_CODE
public static final PaymentGatewayRequestParameter SHOPPER_DELIVERY_COUNTRY
public static final PaymentGatewayRequestParameter COMPANY_NAME
public static final PaymentGatewayRequestParameter AUTHORISED_CURRENCY
public static final PaymentGatewayRequestParameter AUTHORISED_AMOUNT_STRING
public static final PaymentGatewayRequestParameter COUNTRY_MATCH
public static PaymentGatewayRequestParameter[] values()
for (PaymentGatewayRequestParameter c : PaymentGatewayRequestParameter.values()) System.out.println(c);
public static PaymentGatewayRequestParameter 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 namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getLabel()
getLabel
in interface ICRMLookupEnum