public class

TaxSummaryFetchRequest

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

Class Overview

Java class for TaxSummaryFetchRequest complex type.

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

 <complexType name="TaxSummaryFetchRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MerchantCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar endDate
protected String merchantCode
protected XMLGregorianCalendar startDate
Public Constructors
TaxSummaryFetchRequest()
Public Methods
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
String getMerchantCode()
Gets the value of the merchantCode property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setMerchantCode(String value)
Sets the value of the merchantCode property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar endDate

protected String merchantCode

protected XMLGregorianCalendar startDate

Public Constructors

public TaxSummaryFetchRequest ()

Public Methods

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getMerchantCode ()

Gets the value of the merchantCode property.

Returns
  • possible object is String

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setMerchantCode (String value)

Sets the value of the merchantCode property.

Parameters
value Allowed object is String

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar