public class

PaymentLine

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

Class Overview

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

Java class for PaymentLine complex type.

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

 <complexType name="PaymentLine">
   <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}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

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.LineBase
Fields
protected BigDecimal amount
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
PaymentLine()
Public Methods
BigDecimal getAmount()
Gets the value of the amount 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 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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal amount

protected IdType discountAccountId

protected String discountAccountName

protected BigDecimal discountAmt

protected IdType discountId

protected String discountName

protected IdType txnId

protected String txnNum

Public Constructors

public PaymentLine ()

Public Methods

public BigDecimal getAmount ()

Gets the value of the amount 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 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