Class GetTransactionListRequest

  • All Implemented Interfaces:
    Serializable

    public class GetTransactionListRequest
    extends ANetApiRequest

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiRequest">
           <sequence>
             <element name="batchId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
             <element name="sorting" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}TransactionListSorting" minOccurs="0"/>
             <element name="paging" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}Paging" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • GetTransactionListRequest

        public GetTransactionListRequest()
    • Method Detail

      • getBatchId

        public String getBatchId()
        Gets the value of the batchId property.
        Returns:
        possible object is String
      • setBatchId

        public void setBatchId​(String value)
        Sets the value of the batchId property.
        Parameters:
        value - allowed object is String
      • getPaging

        public Paging getPaging()
        Gets the value of the paging property.
        Returns:
        possible object is Paging
      • setPaging

        public void setPaging​(Paging value)
        Sets the value of the paging property.
        Parameters:
        value - allowed object is Paging