Class SubsequentAuthInformation


  • public class SubsequentAuthInformation
    extends Object

    Java class for subsequentAuthInformation complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="subsequentAuthInformation">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="originalNetworkTransId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}networkTransId" minOccurs="0"/>
             <element name="originalAuthAmount" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
                   <minInclusive value="0.00"/>
                   <fractionDigits value="4"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="reason" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}merchantInitTransReasonEnum" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SubsequentAuthInformation

        public SubsequentAuthInformation()
    • Method Detail

      • getOriginalNetworkTransId

        public String getOriginalNetworkTransId()
        Gets the value of the originalNetworkTransId property.
        Returns:
        possible object is String
      • setOriginalNetworkTransId

        public void setOriginalNetworkTransId​(String value)
        Sets the value of the originalNetworkTransId property.
        Parameters:
        value - allowed object is String
      • getOriginalAuthAmount

        public BigDecimal getOriginalAuthAmount()
        Gets the value of the originalAuthAmount property.
        Returns:
        possible object is BigDecimal
      • setOriginalAuthAmount

        public void setOriginalAuthAmount​(BigDecimal value)
        Sets the value of the originalAuthAmount property.
        Parameters:
        value - allowed object is BigDecimal