Class TransactionSummaryType


  • public class TransactionSummaryType
    extends Object

    Java class for transactionSummaryType complex type.

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

     <complexType name="transactionSummaryType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="transId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/>
             <element name="submitTimeUTC" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="submitTimeLocal" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="transactionStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="invoiceNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="firstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="lastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="accountType" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="accountNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="settleAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
             <element name="marketType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="product" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="mobileDeviceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="subscription" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}subscriptionPaymentType" minOccurs="0"/>
             <element name="hasReturnedItems" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="fraudInformation" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}fraudInformationType" minOccurs="0"/>
             <element name="profile" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileIdType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TransactionSummaryType

        public TransactionSummaryType()
    • Method Detail

      • getTransId

        public String getTransId()
        Gets the value of the transId property.
        Returns:
        possible object is String
      • setTransId

        public void setTransId​(String value)
        Sets the value of the transId property.
        Parameters:
        value - allowed object is String
      • getTransactionStatus

        public String getTransactionStatus()
        Gets the value of the transactionStatus property.
        Returns:
        possible object is String
      • setTransactionStatus

        public void setTransactionStatus​(String value)
        Sets the value of the transactionStatus property.
        Parameters:
        value - allowed object is String
      • getInvoiceNumber

        public String getInvoiceNumber()
        Gets the value of the invoiceNumber property.
        Returns:
        possible object is String
      • setInvoiceNumber

        public void setInvoiceNumber​(String value)
        Sets the value of the invoiceNumber property.
        Parameters:
        value - allowed object is String
      • getFirstName

        public String getFirstName()
        Gets the value of the firstName property.
        Returns:
        possible object is String
      • setFirstName

        public void setFirstName​(String value)
        Sets the value of the firstName property.
        Parameters:
        value - allowed object is String
      • getLastName

        public String getLastName()
        Gets the value of the lastName property.
        Returns:
        possible object is String
      • setLastName

        public void setLastName​(String value)
        Sets the value of the lastName property.
        Parameters:
        value - allowed object is String
      • getAccountType

        public String getAccountType()
        Gets the value of the accountType property.
        Returns:
        possible object is String
      • setAccountType

        public void setAccountType​(String value)
        Sets the value of the accountType property.
        Parameters:
        value - allowed object is String
      • getAccountNumber

        public String getAccountNumber()
        Gets the value of the accountNumber property.
        Returns:
        possible object is String
      • setAccountNumber

        public void setAccountNumber​(String value)
        Sets the value of the accountNumber property.
        Parameters:
        value - allowed object is String
      • getSettleAmount

        public BigDecimal getSettleAmount()
        Gets the value of the settleAmount property.
        Returns:
        possible object is BigDecimal
      • setSettleAmount

        public void setSettleAmount​(BigDecimal value)
        Sets the value of the settleAmount property.
        Parameters:
        value - allowed object is BigDecimal
      • getMarketType

        public String getMarketType()
        Gets the value of the marketType property.
        Returns:
        possible object is String
      • setMarketType

        public void setMarketType​(String value)
        Sets the value of the marketType property.
        Parameters:
        value - allowed object is String
      • getProduct

        public String getProduct()
        Gets the value of the product property.
        Returns:
        possible object is String
      • setProduct

        public void setProduct​(String value)
        Sets the value of the product property.
        Parameters:
        value - allowed object is String
      • getMobileDeviceId

        public String getMobileDeviceId()
        Gets the value of the mobileDeviceId property.
        Returns:
        possible object is String
      • setMobileDeviceId

        public void setMobileDeviceId​(String value)
        Sets the value of the mobileDeviceId property.
        Parameters:
        value - allowed object is String
      • isHasReturnedItems

        public Boolean isHasReturnedItems()
        Gets the value of the hasReturnedItems property.
        Returns:
        possible object is Boolean
      • setHasReturnedItems

        public void setHasReturnedItems​(Boolean value)
        Sets the value of the hasReturnedItems property.
        Parameters:
        value - allowed object is Boolean