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 static ScheduleAccountUpdaterResultScheduleAccountUpdaterResult. fromJson(String jsonString)Create an instance of ScheduleAccountUpdaterResult given an JSON stringScheduleAccountUpdaterResultScheduleAccountUpdaterResult. pspReference(String pspReference)Adyen's 16-character unique reference associated with the transaction.ScheduleAccountUpdaterResultScheduleAccountUpdaterResult. result(String result)The result of scheduling an Account Updater. -
Uses of ScheduleAccountUpdaterResult in com.adyen.service
Methods in com.adyen.service that return ScheduleAccountUpdaterResult Modifier and Type Method Description ScheduleAccountUpdaterResultRecurringApi. scheduleAccountUpdater(ScheduleAccountUpdaterRequest scheduleAccountUpdaterRequest)Schedule running the Account UpdaterScheduleAccountUpdaterResultRecurringApi. scheduleAccountUpdater(ScheduleAccountUpdaterRequest scheduleAccountUpdaterRequest, RequestOptions requestOptions)Schedule running the Account Updater
-