public class

ReconcileTaxHistoryResult

extends SearchTaxHistoryResult
java.lang.Object
   ↳ com.avalara.avatax.services.BaseResult
     ↳ com.avalara.avatax.services.SearchTaxHistoryResult
       ↳ com.avalara.avatax.services.ReconcileTaxHistoryResult

Class Overview

Java class for ReconcileTaxHistoryResult complex type.

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

 <complexType name="ReconcileTaxHistoryResult">
   <complexContent>
     <extension base="{http://avatax.avalara.com/services}SearchTaxHistoryResult">
       <sequence>
         <element name="RecordCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Integer recordCount
[Expand]
Inherited Fields
From class com.avalara.avatax.services.SearchTaxHistoryResult
From class com.avalara.avatax.services.BaseResult
Public Constructors
ReconcileTaxHistoryResult()
Public Methods
Integer getRecordCount()
Gets the value of the recordCount property.
void setRecordCount(Integer value)
Sets the value of the recordCount property.
[Expand]
Inherited Methods
From class com.avalara.avatax.services.SearchTaxHistoryResult
From class com.avalara.avatax.services.BaseResult
From class java.lang.Object

Fields

protected Integer recordCount

Public Constructors

public ReconcileTaxHistoryResult ()

Public Methods

public Integer getRecordCount ()

Gets the value of the recordCount property.

Returns
  • possible object is Integer

public void setRecordCount (Integer value)

Sets the value of the recordCount property.

Parameters
value Allowed object is Integer