java.lang.Object | |
↳ | com.avalara.avatax.services.TaxOverride |
Java class for TaxOverride complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxOverride"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TaxOverrideType" type="{http://avatax.avalara.com/services}TaxOverrideType"/> <element name="TaxAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="TaxDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="Reason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
reason | |||||||||||
taxAmount | |||||||||||
taxDate | |||||||||||
taxOverrideType |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the reason property.
| |||||||||||
Gets the value of the taxAmount property.
| |||||||||||
Gets the value of the taxDate property.
| |||||||||||
Gets the value of the taxOverrideType property.
| |||||||||||
Sets the value of the reason property.
| |||||||||||
Sets the value of the taxAmount property.
| |||||||||||
Sets the value of the taxDate property.
| |||||||||||
Sets the value of the taxOverrideType property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Gets the value of the reason property.
Gets the value of the taxAmount property.
Gets the value of the taxDate property.
Gets the value of the taxOverrideType property.
TaxOverrideType
Sets the value of the reason property.
value | Allowed object is String |
---|
Sets the value of the taxAmount property.
value | Allowed object is BigDecimal |
---|
Sets the value of the taxDate property.
value | Allowed object is XMLGregorianCalendar |
---|
Sets the value of the taxOverrideType property.
value | Allowed object is
TaxOverrideType
|
---|