public class

TaxSummaryFetch

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

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="TaxSummaryFetchRequest" type="{http://avatax.avalara.com/services}TaxSummaryFetchRequest" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected TaxSummaryFetchRequest taxSummaryFetchRequest
Public Constructors
TaxSummaryFetch()
Public Methods
TaxSummaryFetchRequest getTaxSummaryFetchRequest()
Gets the value of the taxSummaryFetchRequest property.
void setTaxSummaryFetchRequest(TaxSummaryFetchRequest value)
Sets the value of the taxSummaryFetchRequest property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected TaxSummaryFetchRequest taxSummaryFetchRequest

Public Constructors

public TaxSummaryFetch ()

Public Methods

public TaxSummaryFetchRequest getTaxSummaryFetchRequest ()

Gets the value of the taxSummaryFetchRequest property.

Returns

public void setTaxSummaryFetchRequest (TaxSummaryFetchRequest value)

Sets the value of the taxSummaryFetchRequest property.

Parameters
value Allowed object is TaxSummaryFetchRequest