public enum PaymentTransactionCodeType extends Enum<PaymentTransactionCodeType>
| Enum Constant and Description |
|---|
CART |
CREDIT |
EXPRESSCHECKOUT |
INTEGRALEVOLUTION |
MASSPAY |
MERCHTPMT |
NONE |
PROAPI |
PROHOSTED |
REFUND |
REVERSAL |
SENDMONEY |
SUBSCRCANCEL |
SUBSCREOT |
SUBSCRFAILED |
SUBSCRMODIFY |
SUBSCRPAYMENT |
SUBSCRSIGNUP |
VIRTUALTERMINAL |
WEBACCEPT |
| Modifier and Type | Method and Description |
|---|---|
static PaymentTransactionCodeType |
fromValue(String v) |
String |
getValue() |
static PaymentTransactionCodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentTransactionCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentTransactionCodeType NONE
public static final PaymentTransactionCodeType WEBACCEPT
public static final PaymentTransactionCodeType CART
public static final PaymentTransactionCodeType SENDMONEY
public static final PaymentTransactionCodeType SUBSCRFAILED
public static final PaymentTransactionCodeType SUBSCRCANCEL
public static final PaymentTransactionCodeType SUBSCRPAYMENT
public static final PaymentTransactionCodeType SUBSCRSIGNUP
public static final PaymentTransactionCodeType SUBSCREOT
public static final PaymentTransactionCodeType SUBSCRMODIFY
public static final PaymentTransactionCodeType MERCHTPMT
public static final PaymentTransactionCodeType MASSPAY
public static final PaymentTransactionCodeType VIRTUALTERMINAL
public static final PaymentTransactionCodeType INTEGRALEVOLUTION
public static final PaymentTransactionCodeType EXPRESSCHECKOUT
public static final PaymentTransactionCodeType PROHOSTED
public static final PaymentTransactionCodeType PROAPI
public static final PaymentTransactionCodeType CREDIT
public static final PaymentTransactionCodeType REFUND
public static final PaymentTransactionCodeType REVERSAL
public static PaymentTransactionCodeType[] values()
for (PaymentTransactionCodeType c : PaymentTransactionCodeType.values()) System.out.println(c);
public static PaymentTransactionCodeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public static PaymentTransactionCodeType fromValue(String v)
Copyright © 2015. All Rights Reserved.