public class

TaxLineExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.holders.TaxLineExpressionHolder

Summary

Fields
protected BigDecimal _amountType
protected IdType _taxIdType
protected String _taxNameType
protected Object amount
protected Object taxId
protected Object taxName
Public Constructors
TaxLineExpressionHolder()
Public Methods
Object getAmount()
Retrieves amount
Object getTaxId()
Retrieves taxId
Object getTaxName()
Retrieves taxName
void setAmount(Object value)
Sets amount
void setTaxId(Object value)
Sets taxId
void setTaxName(Object value)
Sets taxName
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BigDecimal _amountType

protected IdType _taxIdType

protected String _taxNameType

protected Object amount

protected Object taxId

protected Object taxName

Public Constructors

public TaxLineExpressionHolder ()

Public Methods

public Object getAmount ()

Retrieves amount

public Object getTaxId ()

Retrieves taxId

public Object getTaxName ()

Retrieves taxName

public void setAmount (Object value)

Sets amount

Parameters
value Value to set

public void setTaxId (Object value)

Sets taxId

Parameters
value Value to set

public void setTaxName (Object value)

Sets taxName

Parameters
value Value to set