Uses of Class
com.adyen.model.binlookup.Recurring
-
Packages that use Recurring Package Description com.adyen.model.binlookup -
-
Uses of Recurring in com.adyen.model.binlookup
Methods in com.adyen.model.binlookup that return Recurring Modifier and Type Method Description RecurringRecurring. contract(Recurring.ContractEnum contract)The type of recurring contract to be used.static RecurringRecurring. fromJson(String jsonString)Create an instance of Recurring given an JSON stringRecurringCostEstimateRequest. getRecurring()recurringRecurringRecurring. recurringDetailName(String recurringDetailName)A descriptive name for this detail.RecurringRecurring. recurringExpiry(OffsetDateTime recurringExpiry)Date after which no further authorisations shall be performed.RecurringRecurring. recurringFrequency(String recurringFrequency)Minimum number of days between authorisations.RecurringRecurring. tokenService(Recurring.TokenServiceEnum tokenService)The name of the token service.Methods in com.adyen.model.binlookup with parameters of type Recurring Modifier and Type Method Description CostEstimateRequestCostEstimateRequest. recurring(Recurring recurring)recurringvoidCostEstimateRequest. setRecurring(Recurring recurring)recurring
-