Uses of Class
com.adyen.model.disputes.SupplyDefenseDocumentResponse
-
Packages that use SupplyDefenseDocumentResponse Package Description com.adyen.model.disputes com.adyen.service com.adyen.service.disputes -
-
Uses of SupplyDefenseDocumentResponse in com.adyen.model.disputes
Methods in com.adyen.model.disputes that return SupplyDefenseDocumentResponse Modifier and Type Method Description SupplyDefenseDocumentResponseSupplyDefenseDocumentResponse. disputeServiceResult(DisputeServiceResult disputeServiceResult)disputeServiceResultstatic SupplyDefenseDocumentResponseSupplyDefenseDocumentResponse. fromJson(String jsonString)Create an instance of SupplyDefenseDocumentResponse given an JSON string -
Uses of SupplyDefenseDocumentResponse in com.adyen.service
Methods in com.adyen.service that return SupplyDefenseDocumentResponse Modifier and Type Method Description SupplyDefenseDocumentResponseDisputesApi. supplyDefenseDocument(SupplyDefenseDocumentRequest supplyDefenseDocumentRequest)Deprecated, for removal: This API element is subject to removal in a future version.SupplyDefenseDocumentResponseDisputesApi. supplyDefenseDocument(SupplyDefenseDocumentRequest supplyDefenseDocumentRequest, RequestOptions requestOptions)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SupplyDefenseDocumentResponse in com.adyen.service.disputes
Methods in com.adyen.service.disputes that return SupplyDefenseDocumentResponse Modifier and Type Method Description SupplyDefenseDocumentResponseDisputesApi. supplyDefenseDocument(SupplyDefenseDocumentRequest supplyDefenseDocumentRequest)Supply a defense documentSupplyDefenseDocumentResponseDisputesApi. supplyDefenseDocument(SupplyDefenseDocumentRequest supplyDefenseDocumentRequest, RequestOptions requestOptions)Supply a defense document
-