java.lang.Object | |
↳ | com.avalara.avatax.services.ValidateRequest |
Java class for ValidateRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidateRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Address" type="{http://avatax.avalara.com/services}BaseAddress" minOccurs="0"/> <element name="TextCase" type="{http://avatax.avalara.com/services}TextCase"/> <element name="Coordinates" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="Taxability" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="Date" type="{http://www.w3.org/2001/XMLSchema}date"/> </sequence> </restriction> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
address | |||||||||||
coordinates | |||||||||||
date | |||||||||||
taxability | |||||||||||
textCase |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the address property.
| |||||||||||
Gets the value of the date property.
| |||||||||||
Gets the value of the textCase property.
| |||||||||||
Gets the value of the coordinates property.
| |||||||||||
Gets the value of the taxability property.
| |||||||||||
Sets the value of the address property.
| |||||||||||
Sets the value of the coordinates property.
| |||||||||||
Sets the value of the date property.
| |||||||||||
Sets the value of the taxability property.
| |||||||||||
Sets the value of the textCase property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Gets the value of the address property.
BaseAddress
Gets the value of the date property.
Gets the value of the textCase property.
TextCase
Gets the value of the coordinates property.
Gets the value of the taxability property.
Sets the value of the address property.
value | Allowed object is
BaseAddress
|
---|
Sets the value of the coordinates property.
value |
---|
Sets the value of the date property.
value | Allowed object is XMLGregorianCalendar |
---|
Sets the value of the taxability property.
value |
---|
Sets the value of the textCase property.
value | Allowed object is
TextCase
|
---|