Uses of Class
com.adyen.model.payout.ModifyRequest
-
Packages that use ModifyRequest Package Description com.adyen.model.payout com.adyen.service -
-
Uses of ModifyRequest in com.adyen.model.payout
Methods in com.adyen.model.payout that return ModifyRequest Modifier and Type Method Description ModifyRequestModifyRequest. additionalData(Map<String,String> additionalData)static ModifyRequestModifyRequest. fromJson(String jsonString)Create an instance of ModifyRequest given an JSON stringModifyRequestModifyRequest. merchantAccount(String merchantAccount)ModifyRequestModifyRequest. originalReference(String originalReference)ModifyRequestModifyRequest. putAdditionalDataItem(String key, String additionalDataItem) -
Uses of ModifyRequest in com.adyen.service
Methods in com.adyen.service with parameters of type ModifyRequest Modifier and Type Method Description ModifyResponsePayout. confirmThirdParty(ModifyRequest request)Issues a ConfirmThirdParty API callModifyResponsePayout. declineThirdParty(ModifyRequest request)Issues a DeclineThirdParty API call
-