Uses of Class
com.adyen.model.checkout.PaymentLinkResponse.RecurringProcessingModelEnum
-
Packages that use PaymentLinkResponse.RecurringProcessingModelEnum Package Description com.adyen.model.checkout -
-
Uses of PaymentLinkResponse.RecurringProcessingModelEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentLinkResponse.RecurringProcessingModelEnum Modifier and Type Method Description static PaymentLinkResponse.RecurringProcessingModelEnumPaymentLinkResponse.RecurringProcessingModelEnum. fromValue(String value)PaymentLinkResponse.RecurringProcessingModelEnumPaymentLinkResponse. getRecurringProcessingModel()Defines a recurring payment type.PaymentLinkResponse.RecurringProcessingModelEnumPaymentLinkResponse.RecurringProcessingModelEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static PaymentLinkResponse.RecurringProcessingModelEnumPaymentLinkResponse.RecurringProcessingModelEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentLinkResponse.RecurringProcessingModelEnum[]PaymentLinkResponse.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 PaymentLinkResponse.RecurringProcessingModelEnum Modifier and Type Method Description PaymentLinkResponsePaymentLinkResponse. recurringProcessingModel(PaymentLinkResponse.RecurringProcessingModelEnum recurringProcessingModel)voidPaymentLinkResponse. setRecurringProcessingModel(PaymentLinkResponse.RecurringProcessingModelEnum recurringProcessingModel)voidPaymentLinkResponse.RecurringProcessingModelEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PaymentLinkResponse.RecurringProcessingModelEnum enumeration)
-