Uses of Class
com.adyen.model.checkout.CreateCheckoutSessionResponse.RecurringProcessingModelEnum
-
Packages that use CreateCheckoutSessionResponse.RecurringProcessingModelEnum Package Description com.adyen.model.checkout -
-
Uses of CreateCheckoutSessionResponse.RecurringProcessingModelEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CreateCheckoutSessionResponse.RecurringProcessingModelEnum Modifier and Type Method Description static CreateCheckoutSessionResponse.RecurringProcessingModelEnumCreateCheckoutSessionResponse.RecurringProcessingModelEnum. fromValue(String value)CreateCheckoutSessionResponse.RecurringProcessingModelEnumCreateCheckoutSessionResponse. getRecurringProcessingModel()Defines a recurring payment type.CreateCheckoutSessionResponse.RecurringProcessingModelEnumCreateCheckoutSessionResponse.RecurringProcessingModelEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CreateCheckoutSessionResponse.RecurringProcessingModelEnumCreateCheckoutSessionResponse.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.Methods in com.adyen.model.checkout with parameters of type CreateCheckoutSessionResponse.RecurringProcessingModelEnum Modifier and Type Method Description CreateCheckoutSessionResponseCreateCheckoutSessionResponse. recurringProcessingModel(CreateCheckoutSessionResponse.RecurringProcessingModelEnum recurringProcessingModel)voidCreateCheckoutSessionResponse. setRecurringProcessingModel(CreateCheckoutSessionResponse.RecurringProcessingModelEnum recurringProcessingModel)voidCreateCheckoutSessionResponse.RecurringProcessingModelEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CreateCheckoutSessionResponse.RecurringProcessingModelEnum enumeration)
-