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

com.global.api.entities.FraudManagementResponse Maven / Gradle / Ivy

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

import lombok.Getter;
import lombok.Setter;
import lombok.experimental.Accessors;

import java.util.List;

@Accessors(chain = true)
@Getter
@Setter
public class FraudManagementResponse {
    // This element indicates the mode the Fraud Filter executed in
    private String fraudResponseMode ;
    // This field is used to determine what the overall result the Fraud Filter returned
    private String fraudResponseResult;
    // Filter rules
    private List fraudResponseRules;
    private String fraudResponseMessage;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy