public static enum VenmoSdk.PaymentMethodCode extends Enum<VenmoSdk.PaymentMethodCode>
| Modifier and Type | Method and Description |
|---|---|
static VenmoSdk.PaymentMethodCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VenmoSdk.PaymentMethodCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VenmoSdk.PaymentMethodCode Visa
public static final VenmoSdk.PaymentMethodCode Invalid
public String code
public static VenmoSdk.PaymentMethodCode[] values()
for (VenmoSdk.PaymentMethodCode c : VenmoSdk.PaymentMethodCode.values()) System.out.println(c);
public static VenmoSdk.PaymentMethodCode 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 © 2013–2018. All rights reserved.