jar

com.payulatam.fraudvault : fraudvault-client

Maven & Gradle

Sep 07, 2018

Client implementation of the Java API for the integration with the fraud detection service

Table Of Contents

Latest Version

Download com.payulatam.fraudvault : fraudvault-client JAR file - Latest Versions:

All Versions

Download com.payulatam.fraudvault : fraudvault-client JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window fraudvault-client-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.payulatam.fd.client.factory

├─ com.payulatam.fd.client.factory.FDClientFactory.class - [JAR]

com.payulatam.fd.client.retrofit

├─ com.payulatam.fd.client.retrofit.IFraudDetectionService.class - [JAR]

├─ com.payulatam.fd.client.retrofit.RetrofitFDClient.class - [JAR]

com.payulatam.fd.client.retrofit.converter

├─ com.payulatam.fd.client.retrofit.converter.ResponseConverter.class - [JAR]

├─ com.payulatam.fd.client.retrofit.converter.SoapEnvelopeConverter.class - [JAR]

com.payulatam.fd.client.retrofit.model.soap.request

├─ com.payulatam.fd.client.retrofit.model.soap.request.EvaluationRequestSoapEnvelope.class - [JAR]

├─ com.payulatam.fd.client.retrofit.model.soap.request.PosvalidationRequestSoapEnvelope.class - [JAR]

├─ com.payulatam.fd.client.retrofit.model.soap.request.PrevalidationBodyData.class - [JAR]

├─ com.payulatam.fd.client.retrofit.model.soap.request.PrevalidationRequestSoapEnvelope.class - [JAR]

├─ com.payulatam.fd.client.retrofit.model.soap.request.QueryStateRequestSoapEnvelope.class - [JAR]

├─ com.payulatam.fd.client.retrofit.model.soap.request.RequestBodyBaseData.class - [JAR]

├─ com.payulatam.fd.client.retrofit.model.soap.request.UpdateStateRequestSoapEnvelope.class - [JAR]

com.payulatam.fd.client.retrofit.model.soap.response

├─ com.payulatam.fd.client.retrofit.model.soap.response.EvaluationResponseSoapEnvelope.class - [JAR]

├─ com.payulatam.fd.client.retrofit.model.soap.response.PosvalidationResponseSoapEnvelope.class - [JAR]

├─ com.payulatam.fd.client.retrofit.model.soap.response.PrevalidationResponseSoapEnvelope.class - [JAR]

├─ com.payulatam.fd.client.retrofit.model.soap.response.QueryStateResponseSoapEnvelope.class - [JAR]

├─ com.payulatam.fd.client.retrofit.model.soap.response.ResponseBodyData.class - [JAR]

├─ com.payulatam.fd.client.retrofit.model.soap.response.UpdateStateResponseSoapEnvelope.class - [JAR]