Uses of Class
cz.gopay.api.v3.model.payment.support.Recurrence
Packages that use Recurrence
-
Uses of Recurrence in cz.gopay.api.v3.model.payment
Methods in cz.gopay.api.v3.model.payment that return RecurrenceMethods in cz.gopay.api.v3.model.payment with parameters of type RecurrenceModifier and TypeMethodDescriptionvoidBasePayment.setRecurrence(Recurrence recurrence) BasePaymentBuilder.setRecurrence(Recurrence recurrence) voidPayment.setRecurrence(Recurrence recurrence) Payment.withRecurrence(Recurrence recurrence) -
Uses of Recurrence in cz.gopay.api.v3.model.payment.support
Methods in cz.gopay.api.v3.model.payment.support that return RecurrenceModifier and TypeMethodDescriptionstatic RecurrenceRecurrence.inState(Recurrence.RecurrenceState state) Recurrence.onDemand()Recurrence.withTimeInterval(RecurrenceCycle recurrenceCycle, Integer recurrencePeriod)