Uses of Class
com.adyen.model.recurring.ScheduleAccountUpdaterRequest
-
Packages that use ScheduleAccountUpdaterRequest Package Description com.adyen.model.recurring com.adyen.service com.adyen.service.recurring -
-
Uses of ScheduleAccountUpdaterRequest in com.adyen.model.recurring
Methods in com.adyen.model.recurring that return ScheduleAccountUpdaterRequest Modifier and Type Method Description ScheduleAccountUpdaterRequestScheduleAccountUpdaterRequest. additionalData(Map<String,String> additionalData)This field contains additional data, which may be required for a particular request.ScheduleAccountUpdaterRequestScheduleAccountUpdaterRequest. card(Card card)cardstatic ScheduleAccountUpdaterRequestScheduleAccountUpdaterRequest. fromJson(String jsonString)Create an instance of ScheduleAccountUpdaterRequest given an JSON stringScheduleAccountUpdaterRequestScheduleAccountUpdaterRequest. merchantAccount(String merchantAccount)Account of the merchant.ScheduleAccountUpdaterRequestScheduleAccountUpdaterRequest. putAdditionalDataItem(String key, String additionalDataItem)ScheduleAccountUpdaterRequestScheduleAccountUpdaterRequest. reference(String reference)A reference that merchants can apply for the call.ScheduleAccountUpdaterRequestScheduleAccountUpdaterRequest. selectedRecurringDetailReference(String selectedRecurringDetailReference)The selected detail recurring reference.ScheduleAccountUpdaterRequestScheduleAccountUpdaterRequest. shopperReference(String shopperReference)The reference of the shopper that owns the recurring contract. -
Uses of ScheduleAccountUpdaterRequest in com.adyen.service
Methods in com.adyen.service with parameters of type ScheduleAccountUpdaterRequest 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 ScheduleAccountUpdaterRequest in com.adyen.service.recurring
Methods in com.adyen.service.recurring with parameters of type ScheduleAccountUpdaterRequest Modifier and Type Method Description ScheduleAccountUpdaterResultRecurringApi. scheduleAccountUpdater(ScheduleAccountUpdaterRequest scheduleAccountUpdaterRequest)Schedule running the Account UpdaterScheduleAccountUpdaterResultRecurringApi. scheduleAccountUpdater(ScheduleAccountUpdaterRequest scheduleAccountUpdaterRequest, RequestOptions requestOptions)Schedule running the Account Updater
-