Uses of Class
cz.gopay.api.v3.model.payment.support.RecurrenceCycle
-
Packages that use RecurrenceCycle Package Description cz.gopay.api.v3.model.payment cz.gopay.api.v3.model.payment.support -
-
Uses of RecurrenceCycle in cz.gopay.api.v3.model.payment
Methods in cz.gopay.api.v3.model.payment with parameters of type RecurrenceCycle Modifier and Type Method Description BasePaymentBuilderBasePaymentBuilder. 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 RecurrenceCycle Modifier and Type Method Description static RecurrenceCycleRecurrenceCycle. getByName(String name)RecurrenceCycleRecurrence. getRecurrenceCycle()static RecurrenceCycleRecurrenceCycle. valueOf(String name)Returns 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 RecurrenceCycle Modifier and Type Method Description voidRecurrence. setRecurrenceCycle(RecurrenceCycle recurrenceCycle)RecurrenceRecurrence. withTimeInterval(RecurrenceCycle recurrenceCycle, Integer recurrencePeriod)
-