public class

TaxSummaryFetchResponse

extends Object
java.lang.Object
   ↳ com.avalara.avatax.services.TaxSummaryFetchResponse

Class Overview

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TaxSummaryFetchResult" type="{http://avatax.avalara.com/services}TaxSummaryFetchResult" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected TaxSummaryFetchResult taxSummaryFetchResult
Public Constructors
TaxSummaryFetchResponse()
Public Methods
TaxSummaryFetchResult getTaxSummaryFetchResult()
Gets the value of the taxSummaryFetchResult property.
void setTaxSummaryFetchResult(TaxSummaryFetchResult value)
Sets the value of the taxSummaryFetchResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected TaxSummaryFetchResult taxSummaryFetchResult

Public Constructors

public TaxSummaryFetchResponse ()

Public Methods

public TaxSummaryFetchResult getTaxSummaryFetchResult ()

Gets the value of the taxSummaryFetchResult property.

Returns

public void setTaxSummaryFetchResult (TaxSummaryFetchResult value)

Sets the value of the taxSummaryFetchResult property.

Parameters
value Allowed object is TaxSummaryFetchResult