Uses of Class
com.adyen.model.disputes.DefenseReasonsRequest
-
Packages that use DefenseReasonsRequest Package Description com.adyen.model.disputes com.adyen.service com.adyen.service.disputes -
-
Uses of DefenseReasonsRequest in com.adyen.model.disputes
Methods in com.adyen.model.disputes that return DefenseReasonsRequest Modifier and Type Method Description DefenseReasonsRequestDefenseReasonsRequest. disputePspReference(String disputePspReference)The PSP reference assigned to the dispute.static DefenseReasonsRequestDefenseReasonsRequest. fromJson(String jsonString)Create an instance of DefenseReasonsRequest given an JSON stringDefenseReasonsRequestDefenseReasonsRequest. merchantAccountCode(String merchantAccountCode)The merchant account identifier, for which you want to process the dispute transaction. -
Uses of DefenseReasonsRequest in com.adyen.service
Methods in com.adyen.service with parameters of type DefenseReasonsRequest Modifier and Type Method Description DefenseReasonsResponseDisputesApi. retrieveApplicableDefenseReasons(DefenseReasonsRequest defenseReasonsRequest)Deprecated, for removal: This API element is subject to removal in a future version.DefenseReasonsResponseDisputesApi. retrieveApplicableDefenseReasons(DefenseReasonsRequest defenseReasonsRequest, RequestOptions requestOptions)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DefenseReasonsRequest in com.adyen.service.disputes
Methods in com.adyen.service.disputes with parameters of type DefenseReasonsRequest Modifier and Type Method Description DefenseReasonsResponseDisputesApi. retrieveApplicableDefenseReasons(DefenseReasonsRequest defenseReasonsRequest)Get applicable defense reasonsDefenseReasonsResponseDisputesApi. retrieveApplicableDefenseReasons(DefenseReasonsRequest defenseReasonsRequest, RequestOptions requestOptions)Get applicable defense reasons
-