public static enum CreateCheckoutSessionResponse.RecurringProcessingModelEnum extends Enum<CreateCheckoutSessionResponse.RecurringProcessingModelEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateCheckoutSessionResponse.RecurringProcessingModelEnum.Adapter |
| Enum Constant and Description |
|---|
CARDONFILE |
SUBSCRIPTION |
UNSCHEDULEDCARDONFILE |
| Modifier and Type | Method and Description |
|---|---|
static CreateCheckoutSessionResponse.RecurringProcessingModelEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static CreateCheckoutSessionResponse.RecurringProcessingModelEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateCheckoutSessionResponse.RecurringProcessingModelEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateCheckoutSessionResponse.RecurringProcessingModelEnum CARDONFILE
public static final CreateCheckoutSessionResponse.RecurringProcessingModelEnum SUBSCRIPTION
public static final CreateCheckoutSessionResponse.RecurringProcessingModelEnum UNSCHEDULEDCARDONFILE
public static CreateCheckoutSessionResponse.RecurringProcessingModelEnum[] values()
for (CreateCheckoutSessionResponse.RecurringProcessingModelEnum c : CreateCheckoutSessionResponse.RecurringProcessingModelEnum.values()) System.out.println(c);
public static CreateCheckoutSessionResponse.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 getValue()
public String toString()
toString in class Enum<CreateCheckoutSessionResponse.RecurringProcessingModelEnum>public static CreateCheckoutSessionResponse.RecurringProcessingModelEnum fromValue(String value)
Copyright © 2022. All rights reserved.