Uses of Enum
cz.gopay.api.v3.model.payment.support.RecurrenceCycle
Packages that use RecurrenceCycle
-
Uses of RecurrenceCycle in cz.gopay.api.v3.model.payment
Methods in cz.gopay.api.v3.model.payment with parameters of type RecurrenceCycleModifier and TypeMethodDescriptionBasePaymentBuilder.timeIntervalRecurrence(RecurrenceCycle recurrenceCycle, Integer recurrencePeriod, Date recurrenceDateTo) -
Uses of RecurrenceCycle in cz.gopay.api.v3.model.payment.support
Methods in cz.gopay.api.v3.model.payment.support that return RecurrenceCycleModifier and TypeMethodDescriptionstatic RecurrenceCycleRecurrence.getRecurrenceCycle()static RecurrenceCycleReturns the enum constant of this type with the specified name.static RecurrenceCycle[]RecurrenceCycle.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cz.gopay.api.v3.model.payment.support with parameters of type RecurrenceCycleModifier and TypeMethodDescriptionvoidRecurrence.setRecurrenceCycle(RecurrenceCycle recurrenceCycle) Recurrence.withTimeInterval(RecurrenceCycle recurrenceCycle, Integer recurrencePeriod)