All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.safecharge.model.Verify3dThreeD Maven / Gradle / Ivy

Go to download

SafeCharge’s REST API SDK for Java provides developer tools for accessing Safecharge's REST API. SafeCharge’s REST API is a simple, easy to use, secure and stateless API, which enables online merchants and service providers to process consumer payments through SafeCharge’s payment gateway. The API supports merchants of all levels of PCI certification, from their online and mobile merchant applications, and is compatible with a large variety of payment options, i.e. payment cards, alternative payment methods, etc.

There is a newer version: 1.7.11
Show newest version
package com.safecharge.model;

import javax.validation.constraints.Size;

public class Verify3dThreeD {

    private String paResponse;

    @Size(max = 1)
    private String mpiChallengePreference;

    @Size(max = 3)
    private String externalRiskScore;

    public String getPaResponse() {
        return paResponse;
    }

    public void setPaResponse(String paResponse) {
        this.paResponse = paResponse;
    }

    public String getMpiChallengePreference() {
        return mpiChallengePreference;
    }

    public void setMpiChallengePreference(String mpiChallengePreference) {
        this.mpiChallengePreference = mpiChallengePreference;
    }

    public String getExternalRiskScore() {
        return externalRiskScore;
    }

    public void setExternalRiskScore(String externalRiskScore) {
        this.externalRiskScore = externalRiskScore;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy