| Package | Description |
|---|---|
| com.adyen.model.checkout |
| Modifier and Type | Method and Description |
|---|---|
static CreateCheckoutSessionResponse.RecurringProcessingModelEnum |
CreateCheckoutSessionResponse.RecurringProcessingModelEnum.fromValue(String value) |
CreateCheckoutSessionResponse.RecurringProcessingModelEnum |
CreateCheckoutSessionResponse.getRecurringProcessingModel()
Defines a recurring payment type.
|
CreateCheckoutSessionResponse.RecurringProcessingModelEnum |
CreateCheckoutSessionResponse.RecurringProcessingModelEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static CreateCheckoutSessionResponse.RecurringProcessingModelEnum |
CreateCheckoutSessionResponse.RecurringProcessingModelEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateCheckoutSessionResponse.RecurringProcessingModelEnum[] |
CreateCheckoutSessionResponse.RecurringProcessingModelEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCheckoutSessionResponse |
CreateCheckoutSessionResponse.recurringProcessingModel(CreateCheckoutSessionResponse.RecurringProcessingModelEnum recurringProcessingModel) |
void |
CreateCheckoutSessionResponse.setRecurringProcessingModel(CreateCheckoutSessionResponse.RecurringProcessingModelEnum recurringProcessingModel) |
void |
CreateCheckoutSessionResponse.RecurringProcessingModelEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
CreateCheckoutSessionResponse.RecurringProcessingModelEnum enumeration) |
Copyright © 2022. All rights reserved.