public class

BillPaymentLine

extends LineBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.LineBase
     ↳ org.mule.modules.quickbooks.windows.schema.BillPaymentLine

Class Overview

Product: ALL Description: Information associating some portion of the BillPayment with a sales transaction that is paid by it.

Java class for BillPaymentLine complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BillPaymentLine">
   <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"/>
         <element name="Balance" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}TxnReferenceGroup" minOccurs="0"/>
         <element name="DiscountAmt" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}DiscountReferenceGroup" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}DiscountAccountReferenceGroup" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigDecimal amount
protected BigDecimal balance
protected IdType discountAccountId
protected String discountAccountName
protected BigDecimal discountAmt
protected IdType discountId
protected String discountName
protected IdType txnId
protected String txnNum
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.LineBase
Public Constructors
BillPaymentLine()
Public Methods
BigDecimal getAmount()
Gets the value of the amount property.
BigDecimal getBalance()
Gets the value of the balance property.
IdType getDiscountAccountId()
Gets the value of the discountAccountId property.
String getDiscountAccountName()
Gets the value of the discountAccountName property.
BigDecimal getDiscountAmt()
Gets the value of the discountAmt property.
IdType getDiscountId()
Gets the value of the discountId property.
String getDiscountName()
Gets the value of the discountName property.
IdType getTxnId()
Gets the value of the txnId property.
String getTxnNum()
Gets the value of the txnNum property.
void setAmount(BigDecimal value)
Sets the value of the amount property.
void setBalance(BigDecimal value)
Sets the value of the balance property.
void setDiscountAccountId(IdType value)
Sets the value of the discountAccountId property.
void setDiscountAccountName(String value)
Sets the value of the discountAccountName property.
void setDiscountAmt(BigDecimal value)
Sets the value of the discountAmt property.
void setDiscountId(IdType value)
Sets the value of the discountId property.
void setDiscountName(String value)
Sets the value of the discountName property.
void setTxnId(IdType value)
Sets the value of the txnId property.
void setTxnNum(String value)
Sets the value of the txnNum property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.LineBase
From class java.lang.Object

Fields

protected BigDecimal amount

protected BigDecimal balance

protected IdType discountAccountId

protected String discountAccountName

protected BigDecimal discountAmt

protected IdType discountId

protected String discountName

protected IdType txnId

protected String txnNum

Public Constructors

public BillPaymentLine ()

Public Methods

public BigDecimal getAmount ()

Gets the value of the amount property.

Returns
  • possible object is BigDecimal

public BigDecimal getBalance ()

Gets the value of the balance property.

Returns
  • possible object is BigDecimal

public IdType getDiscountAccountId ()

Gets the value of the discountAccountId property.

Returns

public String getDiscountAccountName ()

Gets the value of the discountAccountName property.

Returns
  • possible object is String

public BigDecimal getDiscountAmt ()

Gets the value of the discountAmt property.

Returns
  • possible object is BigDecimal

public IdType getDiscountId ()

Gets the value of the discountId property.

Returns

public String getDiscountName ()

Gets the value of the discountName property.

Returns
  • possible object is String

public IdType getTxnId ()

Gets the value of the txnId property.

Returns

public String getTxnNum ()

Gets the value of the txnNum 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 setBalance (BigDecimal value)

Sets the value of the balance property.

Parameters
value Allowed object is BigDecimal

public void setDiscountAccountId (IdType value)

Sets the value of the discountAccountId property.

Parameters
value Allowed object is IdType

public void setDiscountAccountName (String value)

Sets the value of the discountAccountName property.

Parameters
value Allowed object is String

public void setDiscountAmt (BigDecimal value)

Sets the value of the discountAmt property.

Parameters
value Allowed object is BigDecimal

public void setDiscountId (IdType value)

Sets the value of the discountId property.

Parameters
value Allowed object is IdType

public void setDiscountName (String value)

Sets the value of the discountName property.

Parameters
value Allowed object is String

public void setTxnId (IdType value)

Sets the value of the txnId property.

Parameters
value Allowed object is IdType

public void setTxnNum (String value)

Sets the value of the txnNum property.

Parameters
value Allowed object is String