java.lang.Object | |
↳ | com.avalara.avatax.services.TaxSummaryFetchRequest |
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>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
endDate | |||||||||||
merchantCode | |||||||||||
startDate |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the endDate property.
| |||||||||||
Gets the value of the merchantCode property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the merchantCode property.
| |||||||||||
Sets the value of the startDate property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Gets the value of the endDate property.
Gets the value of the merchantCode property.
Gets the value of the startDate property.
Sets the value of the endDate property.
value | Allowed object is XMLGregorianCalendar |
---|
Sets the value of the merchantCode property.
value | Allowed object is String |
---|
Sets the value of the startDate property.
value | Allowed object is XMLGregorianCalendar |
---|