Uses of Class
com.adyen.model.recurring.ScheduleAccountUpdaterResult
-
Packages that use ScheduleAccountUpdaterResult Package Description com.adyen.model.recurring com.adyen.service -
-
Uses of ScheduleAccountUpdaterResult in com.adyen.model.recurring
Methods in com.adyen.model.recurring that return ScheduleAccountUpdaterResult Modifier and Type Method Description ScheduleAccountUpdaterResultScheduleAccountUpdaterResult. accountUpdaterAction(String accountUpdaterAction)ScheduleAccountUpdaterResultScheduleAccountUpdaterResult. error(Boolean error)ScheduleAccountUpdaterResultScheduleAccountUpdaterResult. newAlias(String newAlias)ScheduleAccountUpdaterResultScheduleAccountUpdaterResult. newExpiryMonth(String newExpiryMonth)ScheduleAccountUpdaterResultScheduleAccountUpdaterResult. newExpiryYear(String newExpiryYear)ScheduleAccountUpdaterResultScheduleAccountUpdaterResult. processedDate(Date processedDate)ScheduleAccountUpdaterResultScheduleAccountUpdaterResult. pspReference(String pspReference)ScheduleAccountUpdaterResultScheduleAccountUpdaterResult. result(String result) -
Uses of ScheduleAccountUpdaterResult in com.adyen.service
Methods in com.adyen.service that return ScheduleAccountUpdaterResult Modifier and Type Method Description ScheduleAccountUpdaterResultRecurring. scheduleAccountUpdater(ScheduleAccountUpdaterRequest request)Issues a scheduleAccountUpdate API call
-