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.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)Defines a recurring payment type.voidCreateCheckoutSessionResponse. setRecurringProcessingModel(CreateCheckoutSessionResponse.RecurringProcessingModelEnum recurringProcessingModel)Defines a recurring payment type.
-