public class

SalesReceiptHeaderExpressionHolder

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

Summary

Fields
protected IdType _depositToAccountIdType
protected String _depositToAccountNameType
protected PaymentDetail _detailType
protected IdType _discountAccountIdType
protected String _discountAccountNameType
protected BigDecimal _discountAmtType
protected BigDecimal _discountRateType
protected Boolean _discountTaxableType
protected IdType _paymentMethodIdType
protected String _paymentMethodNameType
protected PhysicalAddress _shipAddrType
protected IdType _shipMethodIdType
protected String _shipMethodNameType
protected Object depositToAccountId
protected Object depositToAccountName
protected Object detail
protected Object discountAccountId
protected Object discountAccountName
protected Object discountAmt
protected Object discountRate
protected Object discountTaxable
protected Object paymentMethodId
protected Object paymentMethodName
protected Object shipAddr
protected Object shipMethodId
protected Object shipMethodName
Public Constructors
SalesReceiptHeaderExpressionHolder()
Public Methods
Object getDepositToAccountId()
Retrieves depositToAccountId
Object getDepositToAccountName()
Retrieves depositToAccountName
Object getDetail()
Retrieves detail
Object getDiscountAccountId()
Retrieves discountAccountId
Object getDiscountAccountName()
Retrieves discountAccountName
Object getDiscountAmt()
Retrieves discountAmt
Object getDiscountRate()
Retrieves discountRate
Object getDiscountTaxable()
Retrieves discountTaxable
Object getPaymentMethodId()
Retrieves paymentMethodId
Object getPaymentMethodName()
Retrieves paymentMethodName
Object getShipAddr()
Retrieves shipAddr
Object getShipMethodId()
Retrieves shipMethodId
Object getShipMethodName()
Retrieves shipMethodName
void setDepositToAccountId(Object value)
Sets depositToAccountId
void setDepositToAccountName(Object value)
Sets depositToAccountName
void setDetail(Object value)
Sets detail
void setDiscountAccountId(Object value)
Sets discountAccountId
void setDiscountAccountName(Object value)
Sets discountAccountName
void setDiscountAmt(Object value)
Sets discountAmt
void setDiscountRate(Object value)
Sets discountRate
void setDiscountTaxable(Object value)
Sets discountTaxable
void setPaymentMethodId(Object value)
Sets paymentMethodId
void setPaymentMethodName(Object value)
Sets paymentMethodName
void setShipAddr(Object value)
Sets shipAddr
void setShipMethodId(Object value)
Sets shipMethodId
void setShipMethodName(Object value)
Sets shipMethodName
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected IdType _depositToAccountIdType

protected String _depositToAccountNameType

protected PaymentDetail _detailType

protected IdType _discountAccountIdType

protected String _discountAccountNameType

protected BigDecimal _discountAmtType

protected BigDecimal _discountRateType

protected Boolean _discountTaxableType

protected IdType _paymentMethodIdType

protected String _paymentMethodNameType

protected PhysicalAddress _shipAddrType

protected IdType _shipMethodIdType

protected String _shipMethodNameType

protected Object depositToAccountId

protected Object depositToAccountName

protected Object detail

protected Object discountAccountId

protected Object discountAccountName

protected Object discountAmt

protected Object discountRate

protected Object discountTaxable

protected Object paymentMethodId

protected Object paymentMethodName

protected Object shipAddr

protected Object shipMethodId

protected Object shipMethodName

Public Constructors

public SalesReceiptHeaderExpressionHolder ()

Public Methods

public Object getDepositToAccountId ()

Retrieves depositToAccountId

public Object getDepositToAccountName ()

Retrieves depositToAccountName

public Object getDetail ()

Retrieves detail

public Object getDiscountAccountId ()

Retrieves discountAccountId

public Object getDiscountAccountName ()

Retrieves discountAccountName

public Object getDiscountAmt ()

Retrieves discountAmt

public Object getDiscountRate ()

Retrieves discountRate

public Object getDiscountTaxable ()

Retrieves discountTaxable

public Object getPaymentMethodId ()

Retrieves paymentMethodId

public Object getPaymentMethodName ()

Retrieves paymentMethodName

public Object getShipAddr ()

Retrieves shipAddr

public Object getShipMethodId ()

Retrieves shipMethodId

public Object getShipMethodName ()

Retrieves shipMethodName

public void setDepositToAccountId (Object value)

Sets depositToAccountId

Parameters
value Value to set

public void setDepositToAccountName (Object value)

Sets depositToAccountName

Parameters
value Value to set

public void setDetail (Object value)

Sets detail

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 setDiscountRate (Object value)

Sets discountRate

Parameters
value Value to set

public void setDiscountTaxable (Object value)

Sets discountTaxable

Parameters
value Value to set

public void setPaymentMethodId (Object value)

Sets paymentMethodId

Parameters
value Value to set

public void setPaymentMethodName (Object value)

Sets paymentMethodName

Parameters
value Value to set

public void setShipAddr (Object value)

Sets shipAddr

Parameters
value Value to set

public void setShipMethodId (Object value)

Sets shipMethodId

Parameters
value Value to set

public void setShipMethodName (Object value)

Sets shipMethodName

Parameters
value Value to set