Class 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>
     
    • Constructor Detail

      • FraudInformationType

        public FraudInformationType()
    • Method Detail

      • getFraudAction

        public String getFraudAction()
        Gets the value of the fraudAction property.
        Returns:
        possible object is String
      • setFraudAction

        public void setFraudAction​(String value)
        Sets the value of the fraudAction property.
        Parameters:
        value - allowed object is String