| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.online.schema.LineBase | |
| ↳ | org.mule.modules.quickbooks.online.schema.SalesTaxPaymentCheckLine | |
Paid sales tax item, along with amount and other descriptive information
Java class for SalesTaxPaymentCheckLine complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SalesTaxPaymentCheckLine">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}LineBase">
<sequence>
<element name="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}TaxReferenceGroup" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| taxId | |||||||||||
| taxName | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.LineBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the taxId property.
| |||||||||||
Gets the value of the taxName property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the taxId property.
| |||||||||||
Sets the value of the taxName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.LineBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
Gets the value of the taxName property.
Sets the value of the amount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the taxId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the taxName property.
| value | Allowed object is String |
|---|