Uses of Class
com.adyen.model.recurring.DisableRequest
-
Packages that use DisableRequest Package Description com.adyen.model.recurring com.adyen.service -
-
Uses of DisableRequest in com.adyen.model.recurring
Methods in com.adyen.model.recurring that return DisableRequest Modifier and Type Method Description DisableRequestDisableRequest. contract(String contract)Specify the contract if you only want to disable a specific use.static DisableRequestDisableRequest. fromJson(String jsonString)Create an instance of DisableRequest given an JSON stringDisableRequestDisableRequest. merchantAccount(String merchantAccount)The merchant account identifier with which you want to process the transaction.DisableRequestDisableRequest. recurringDetailReference(String recurringDetailReference)The ID that uniquely identifies the recurring detail reference.DisableRequestDisableRequest. shopperReference(String shopperReference)The ID that uniquely identifies the shopper. -
Uses of DisableRequest in com.adyen.service
Methods in com.adyen.service with parameters of type DisableRequest Modifier and Type Method Description DisableResultRecurringApi. disable(DisableRequest disableRequest)Disable stored payment detailsDisableResultRecurringApi. disable(DisableRequest disableRequest, RequestOptions requestOptions)Disable stored payment details
-