public class

SalesTaxPaymentCheckLine

extends LineBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.LineBase
     ↳ org.mule.modules.quickbooks.windows.schema.SalesTaxPaymentCheckLine

Class Overview

Product: QBW Description: 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>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.LineBase
Fields
protected BigDecimal amount
protected IdType taxId
protected String taxName
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.LineBase
Public Constructors
SalesTaxPaymentCheckLine()
Public Methods
BigDecimal getAmount()
Gets the value of the amount property.
IdType getTaxId()
Gets the value of the taxId property.
String getTaxName()
Gets the value of the taxName property.
void setAmount(BigDecimal value)
Sets the value of the amount property.
void setTaxId(IdType value)
Sets the value of the taxId property.
void setTaxName(String value)
Sets the value of the taxName property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.LineBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal amount

protected IdType taxId

protected String taxName

Public Constructors

public SalesTaxPaymentCheckLine ()

Public Methods

public BigDecimal getAmount ()

Gets the value of the amount property.

Returns
  • possible object is BigDecimal

public IdType getTaxId ()

Gets the value of the taxId property.

Returns

public String getTaxName ()

Gets the value of the taxName property.

Returns
  • possible object is String

public void setAmount (BigDecimal value)

Sets the value of the amount property.

Parameters
value Allowed object is BigDecimal

public void setTaxId (IdType value)

Sets the value of the taxId property.

Parameters
value Allowed object is IdType

public void setTaxName (String value)

Sets the value of the taxName property.

Parameters
value Allowed object is String