java.lang.Object | |
↳ | com.avalara.avatax.services.TaxLine |
Java class for TaxLine complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxLine"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="No" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TaxCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Taxability" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="BoundaryLevel" type="{http://avatax.avalara.com/services}BoundaryLevel"/> <element name="Exemption" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="Discount" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="Taxable" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="Rate" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="Tax" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="TaxCalculated" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="TaxDetails" type="{http://avatax.avalara.com/services}ArrayOfTaxDetail" minOccurs="0"/> <element name="ExemptCertId" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="TaxDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="ReportingDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="AccountingMethod" type="{http://avatax.avalara.com/services}AccountingMethod"/> <element name="TaxIncluded" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
accountingMethod | |||||||||||
boundaryLevel | |||||||||||
discount | |||||||||||
exemptCertId | |||||||||||
exemption | |||||||||||
no | |||||||||||
rate | |||||||||||
reportingDate | |||||||||||
tax | |||||||||||
taxCalculated | |||||||||||
taxCode | |||||||||||
taxDate | |||||||||||
taxDetails | |||||||||||
taxIncluded | |||||||||||
taxability | |||||||||||
taxable |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountingMethod property.
| |||||||||||
Gets the value of the boundaryLevel property.
| |||||||||||
Gets the value of the discount property.
| |||||||||||
Gets the value of the exemptCertId property.
| |||||||||||
Gets the value of the exemption property.
| |||||||||||
Gets the value of the no property.
| |||||||||||
Gets the value of the rate property.
| |||||||||||
Gets the value of the reportingDate property.
| |||||||||||
Gets the value of the tax property.
| |||||||||||
Gets the value of the taxCalculated property.
| |||||||||||
Gets the value of the taxCode property.
| |||||||||||
Gets the value of the taxDate property.
| |||||||||||
Gets the value of the taxDetails property.
| |||||||||||
Gets the value of the taxable property.
| |||||||||||
Gets the value of the taxIncluded property.
| |||||||||||
Gets the value of the taxability property.
| |||||||||||
Sets the value of the accountingMethod property.
| |||||||||||
Sets the value of the boundaryLevel property.
| |||||||||||
Sets the value of the discount property.
| |||||||||||
Sets the value of the exemptCertId property.
| |||||||||||
Sets the value of the exemption property.
| |||||||||||
Sets the value of the no property.
| |||||||||||
Sets the value of the rate property.
| |||||||||||
Sets the value of the reportingDate property.
| |||||||||||
Sets the value of the tax property.
| |||||||||||
Sets the value of the taxCalculated property.
| |||||||||||
Sets the value of the taxCode property.
| |||||||||||
Sets the value of the taxDate property.
| |||||||||||
Sets the value of the taxDetails property.
| |||||||||||
Sets the value of the taxIncluded property.
| |||||||||||
Sets the value of the taxability property.
| |||||||||||
Sets the value of the taxable property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Gets the value of the accountingMethod property.
AccountingMethod
Gets the value of the boundaryLevel property.
BoundaryLevel
Gets the value of the discount property.
Gets the value of the exemptCertId property.
Gets the value of the exemption property.
Gets the value of the no property.
Gets the value of the rate property.
Gets the value of the reportingDate property.
Gets the value of the tax property.
Gets the value of the taxCalculated property.
Gets the value of the taxCode property.
Gets the value of the taxDate property.
Gets the value of the taxDetails property.
ArrayOfTaxDetail
Gets the value of the taxable property.
Gets the value of the taxIncluded property.
Gets the value of the taxability property.
Sets the value of the accountingMethod property.
value | Allowed object is
AccountingMethod
|
---|
Sets the value of the boundaryLevel property.
value | Allowed object is
BoundaryLevel
|
---|
Sets the value of the discount property.
value | Allowed object is BigDecimal |
---|
Sets the value of the exemptCertId property.
value |
---|
Sets the value of the exemption property.
value | Allowed object is BigDecimal |
---|
Sets the value of the no property.
value | Allowed object is String |
---|
Sets the value of the rate property.
value | Allowed object is BigDecimal |
---|
Sets the value of the reportingDate property.
value | Allowed object is XMLGregorianCalendar |
---|
Sets the value of the tax property.
value | Allowed object is BigDecimal |
---|
Sets the value of the taxCalculated property.
value | Allowed object is BigDecimal |
---|
Sets the value of the taxCode property.
value | Allowed object is String |
---|
Sets the value of the taxDate property.
value | Allowed object is XMLGregorianCalendar |
---|
Sets the value of the taxDetails property.
value | Allowed object is
ArrayOfTaxDetail
|
---|
Sets the value of the taxIncluded property.
value | Allowed object is Boolean |
---|
Sets the value of the taxability property.
value |
---|
Sets the value of the taxable property.
value | Allowed object is BigDecimal |
---|