Uses of Class
com.adyen.model.recurring.ScheduleAccountUpdaterResult
-
Packages that use ScheduleAccountUpdaterResult Package Description com.adyen.model.recurring com.adyen.service com.adyen.service.recurring -
-
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. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.ScheduleAccountUpdaterResultScheduleAccountUpdaterResult. 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)Deprecated, for removal: This API element is subject to removal in a future version.ScheduleAccountUpdaterResultRecurringApi. scheduleAccountUpdater(ScheduleAccountUpdaterRequest scheduleAccountUpdaterRequest, RequestOptions requestOptions)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ScheduleAccountUpdaterResult in com.adyen.service.recurring
Methods in com.adyen.service.recurring 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
-