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

com.mangopay.core.SecurityInfo Maven / Gradle / Ivy

There is a newer version: 2.42.0
Show newest version
package com.mangopay.core;

import com.google.gson.annotations.SerializedName;
import com.mangopay.core.enumerations.AVSResult;

public class SecurityInfo extends Dto {

    @SerializedName("AVSResult")
    private AVSResult avsResult;

    public AVSResult getAvsResult() {
        return avsResult;
    }

    public void setAvsResult(AVSResult avsResult) {
        this.avsResult = avsResult;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy