Package net.authorize.api.contract.v1
Class FraudInformationType
- java.lang.Object
-
- net.authorize.api.contract.v1.FraudInformationType
-
public class FraudInformationType extends Object
Java class for fraudInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fraudInformationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="fraudFilterList" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfFraudFilterType"/> <element name="fraudAction"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringfraudActionprotected ArrayOfFraudFilterTypefraudFilterList
-
Constructor Summary
Constructors Constructor Description FraudInformationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFraudAction()Gets the value of the fraudAction property.ArrayOfFraudFilterTypegetFraudFilterList()Gets the value of the fraudFilterList property.voidsetFraudAction(String value)Sets the value of the fraudAction property.voidsetFraudFilterList(ArrayOfFraudFilterType value)Sets the value of the fraudFilterList property.
-
-
-
Field Detail
-
fraudFilterList
protected ArrayOfFraudFilterType fraudFilterList
-
fraudAction
protected String fraudAction
-
-
Method Detail
-
getFraudFilterList
public ArrayOfFraudFilterType getFraudFilterList()
Gets the value of the fraudFilterList property.- Returns:
- possible object is
ArrayOfFraudFilterType
-
setFraudFilterList
public void setFraudFilterList(ArrayOfFraudFilterType value)
Sets the value of the fraudFilterList property.- Parameters:
value- allowed object isArrayOfFraudFilterType
-
getFraudAction
public String getFraudAction()
Gets the value of the fraudAction property.- Returns:
- possible object is
String
-
-