public static enum AbstractPaymentRequest.FundingSourceEnum extends Enum<AbstractPaymentRequest.FundingSourceEnum>
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
String |
toString() |
static AbstractPaymentRequest.FundingSourceEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractPaymentRequest.FundingSourceEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="debit") public static final AbstractPaymentRequest.FundingSourceEnum DEBIT
@SerializedName(value="credit") public static final AbstractPaymentRequest.FundingSourceEnum CREDIT
public static AbstractPaymentRequest.FundingSourceEnum[] values()
for (AbstractPaymentRequest.FundingSourceEnum c : AbstractPaymentRequest.FundingSourceEnum.values()) System.out.println(c);
public static AbstractPaymentRequest.FundingSourceEnum 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 String toString()
toString in class Enum<AbstractPaymentRequest.FundingSourceEnum>Copyright © 2022. All rights reserved.