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

com.global.api.entities.propay.ThreatRiskData Maven / Gradle / Ivy

There is a newer version: 14.2.3
Show newest version
package com.global.api.entities.propay;

import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public class ThreatRiskData {

    /** SourceIp of Merchant */
    private String merchantSourceIP;

    /** Threat Metrix Policy */
    private String threatMetrixPolicy;

    /** SessionId for Threat Metrix */
    private String threatMetrixSessionID;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy