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