public class

BillPaymentLineExpressionHolder

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

Summary

Fields
protected BigDecimal _amountType
protected BigDecimal _balanceType
protected IdType _discountAccountIdType
protected String _discountAccountNameType
protected BigDecimal _discountAmtType
protected IdType _discountIdType
protected String _discountNameType
protected IdType _txnIdType
protected String _txnNumType
protected Object amount
protected Object balance
protected Object discountAccountId
protected Object discountAccountName
protected Object discountAmt
protected Object discountId
protected Object discountName
protected Object txnId
protected Object txnNum
Public Constructors
BillPaymentLineExpressionHolder()
Public Methods
Object getAmount()
Retrieves amount
Object getBalance()
Retrieves balance
Object getDiscountAccountId()
Retrieves discountAccountId
Object getDiscountAccountName()
Retrieves discountAccountName
Object getDiscountAmt()
Retrieves discountAmt
Object getDiscountId()
Retrieves discountId
Object getDiscountName()
Retrieves discountName
Object getTxnId()
Retrieves txnId
Object getTxnNum()
Retrieves txnNum
void setAmount(Object value)
Sets amount
void setBalance(Object value)
Sets balance
void setDiscountAccountId(Object value)
Sets discountAccountId
void setDiscountAccountName(Object value)
Sets discountAccountName
void setDiscountAmt(Object value)
Sets discountAmt
void setDiscountId(Object value)
Sets discountId
void setDiscountName(Object value)
Sets discountName
void setTxnId(Object value)
Sets txnId
void setTxnNum(Object value)
Sets txnNum
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BigDecimal _amountType

protected BigDecimal _balanceType

protected IdType _discountAccountIdType

protected String _discountAccountNameType

protected BigDecimal _discountAmtType

protected IdType _discountIdType

protected String _discountNameType

protected IdType _txnIdType

protected String _txnNumType

protected Object amount

protected Object balance

protected Object discountAccountId

protected Object discountAccountName

protected Object discountAmt

protected Object discountId

protected Object discountName

protected Object txnId

protected Object txnNum

Public Constructors

public BillPaymentLineExpressionHolder ()

Public Methods

public Object getAmount ()

Retrieves amount

public Object getBalance ()

Retrieves balance

public Object getDiscountAccountId ()

Retrieves discountAccountId

public Object getDiscountAccountName ()

Retrieves discountAccountName

public Object getDiscountAmt ()

Retrieves discountAmt

public Object getDiscountId ()

Retrieves discountId

public Object getDiscountName ()

Retrieves discountName

public Object getTxnId ()

Retrieves txnId

public Object getTxnNum ()

Retrieves txnNum

public void setAmount (Object value)

Sets amount

Parameters
value Value to set

public void setBalance (Object value)

Sets balance

Parameters
value Value to set

public void setDiscountAccountId (Object value)

Sets discountAccountId

Parameters
value Value to set

public void setDiscountAccountName (Object value)

Sets discountAccountName

Parameters
value Value to set

public void setDiscountAmt (Object value)

Sets discountAmt

Parameters
value Value to set

public void setDiscountId (Object value)

Sets discountId

Parameters
value Value to set

public void setDiscountName (Object value)

Sets discountName

Parameters
value Value to set

public void setTxnId (Object value)

Sets txnId

Parameters
value Value to set

public void setTxnNum (Object value)

Sets txnNum

Parameters
value Value to set