Uses of Enum Class
com.flutterwave.bean.Recurrence
Packages that use Recurrence
-
Uses of Recurrence in com.flutterwave.bean
Methods in com.flutterwave.bean that return RecurrenceModifier and TypeMethodDescriptionstatic RecurrenceReturns the enum constant of this class with the specified name.static Recurrence[]Recurrence.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.flutterwave.bean with parameters of type RecurrenceModifierConstructorDescriptionPaymentPlanRequest(BigDecimal amount, String name, Recurrence interval, int duration) Constructor parameters in com.flutterwave.bean with type arguments of type RecurrenceModifierConstructorDescriptionBillRequest(String country, String customer, BigDecimal amount, String type, String reference, Optional<Recurrence> recurrence, Optional<GhanaAirtimeBills> ghanaAirtimeBills)