public enum PaymentGateway extends Enum<PaymentGateway>
| Enum Constant and Description |
|---|
balanced |
billforward_test |
braintree |
coupon |
credit_note |
cybersource_tokencard_vault |
free |
locustworld |
offline |
paypal |
paypal_simple |
stripe |
stripeACH |
unknown |
| Modifier and Type | Method and Description |
|---|---|
static PaymentGateway |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentGateway[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentGateway cybersource_tokencard_vault
public static final PaymentGateway paypal_simple
public static final PaymentGateway locustworld
public static final PaymentGateway free
public static final PaymentGateway coupon
public static final PaymentGateway credit_note
public static final PaymentGateway stripe
public static final PaymentGateway braintree
public static final PaymentGateway balanced
public static final PaymentGateway paypal
public static final PaymentGateway billforward_test
public static final PaymentGateway offline
public static final PaymentGateway stripeACH
public static final PaymentGateway unknown
public static PaymentGateway[] values()
for (PaymentGateway c : PaymentGateway.values()) System.out.println(c);
public static PaymentGateway 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 nullCopyright © 2015 BillForward. All rights reserved.