java.lang.Object | |
↳ | com.avalara.avatax.services.Line |
Java class for Line complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Line"> <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="OriginCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DestinationCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ItemCode" 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="Qty" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="Discounted" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="RevAcct" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Ref1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Ref2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ExemptionNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CustomerUsageType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TaxOverride" type="{http://avatax.avalara.com/services}TaxOverride" minOccurs="0"/> <element name="TaxIncluded" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="BusinessIdentificationNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
amount | |||||||||||
businessIdentificationNo | |||||||||||
customerUsageType | |||||||||||
description | |||||||||||
destinationCode | |||||||||||
discounted | |||||||||||
exemptionNo | |||||||||||
itemCode | |||||||||||
no | |||||||||||
originCode | |||||||||||
qty | |||||||||||
ref1 | |||||||||||
ref2 | |||||||||||
revAcct | |||||||||||
taxCode | |||||||||||
taxIncluded | |||||||||||
taxOverride |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the businessIdentificationNo property.
| |||||||||||
Gets the value of the customerUsageType property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the destinationCode property.
| |||||||||||
Gets the value of the exemptionNo property.
| |||||||||||
Gets the value of the itemCode property.
| |||||||||||
Gets the value of the no property.
| |||||||||||
Gets the value of the originCode property.
| |||||||||||
Gets the value of the qty property.
| |||||||||||
Gets the value of the ref1 property.
| |||||||||||
Gets the value of the ref2 property.
| |||||||||||
Gets the value of the revAcct property.
| |||||||||||
Gets the value of the taxCode property.
| |||||||||||
Gets the value of the taxOverride property.
| |||||||||||
Gets the value of the discounted property.
| |||||||||||
Gets the value of the taxIncluded property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the businessIdentificationNo property.
| |||||||||||
Sets the value of the customerUsageType property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the destinationCode property.
| |||||||||||
Sets the value of the discounted property.
| |||||||||||
Sets the value of the exemptionNo property.
| |||||||||||
Sets the value of the itemCode property.
| |||||||||||
Sets the value of the no property.
| |||||||||||
Sets the value of the originCode property.
| |||||||||||
Sets the value of the qty property.
| |||||||||||
Sets the value of the ref1 property.
| |||||||||||
Sets the value of the ref2 property.
| |||||||||||
Sets the value of the revAcct property.
| |||||||||||
Sets the value of the taxCode property.
| |||||||||||
Sets the value of the taxIncluded property.
| |||||||||||
Sets the value of the taxOverride property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Gets the value of the amount property.
Gets the value of the businessIdentificationNo property.
Gets the value of the customerUsageType property.
Gets the value of the description property.
Gets the value of the destinationCode property.
Gets the value of the exemptionNo property.
Gets the value of the itemCode property.
Gets the value of the no property.
Gets the value of the originCode property.
Gets the value of the qty property.
Gets the value of the ref1 property.
Gets the value of the ref2 property.
Gets the value of the revAcct property.
Gets the value of the taxCode property.
Gets the value of the taxOverride property.
TaxOverride
Gets the value of the discounted property.
Gets the value of the taxIncluded property.
Sets the value of the amount property.
value | Allowed object is BigDecimal |
---|
Sets the value of the businessIdentificationNo property.
value | Allowed object is String |
---|
Sets the value of the customerUsageType property.
value | Allowed object is String |
---|
Sets the value of the description property.
value | Allowed object is String |
---|
Sets the value of the destinationCode property.
value | Allowed object is String |
---|
Sets the value of the discounted property.
value |
---|
Sets the value of the exemptionNo property.
value | Allowed object is String |
---|
Sets the value of the itemCode property.
value | Allowed object is String |
---|
Sets the value of the no property.
value | Allowed object is String |
---|
Sets the value of the originCode property.
value | Allowed object is String |
---|
Sets the value of the qty property.
value | Allowed object is BigDecimal |
---|
Sets the value of the ref1 property.
value | Allowed object is String |
---|
Sets the value of the ref2 property.
value | Allowed object is String |
---|
Sets the value of the revAcct property.
value | Allowed object is String |
---|
Sets the value of the taxCode property.
value | Allowed object is String |
---|
Sets the value of the taxIncluded property.
value | Allowed object is Boolean |
---|
Sets the value of the taxOverride property.
value | Allowed object is
TaxOverride
|
---|