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