| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.LineBase | |
| ↳ | org.mule.modules.quickbooks.windows.schema.BillPaymentLine | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| balance | |||||||||||
| discountAccountId | |||||||||||
| discountAccountName | |||||||||||
| discountAmt | |||||||||||
| discountId | |||||||||||
| discountName | |||||||||||
| txnId | |||||||||||
| txnNum | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.LineBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the balance property.
| |||||||||||
Gets the value of the discountAccountId property.
| |||||||||||
Gets the value of the discountAccountName property.
| |||||||||||
Gets the value of the discountAmt property.
| |||||||||||
Gets the value of the discountId property.
| |||||||||||
Gets the value of the discountName property.
| |||||||||||
Gets the value of the txnId property.
| |||||||||||
Gets the value of the txnNum property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the balance property.
| |||||||||||
Sets the value of the discountAccountId property.
| |||||||||||
Sets the value of the discountAccountName property.
| |||||||||||
Sets the value of the discountAmt property.
| |||||||||||
Sets the value of the discountId property.
| |||||||||||
Sets the value of the discountName property.
| |||||||||||
Sets the value of the txnId property.
| |||||||||||
Sets the value of the txnNum property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.LineBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
Gets the value of the balance property.
Gets the value of the discountAccountId property.
IdType
Gets the value of the discountAccountName property.
Gets the value of the discountAmt property.
Gets the value of the discountId property.
IdType
Gets the value of the discountName property.
Gets the value of the txnNum property.
Sets the value of the amount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the balance property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the discountAccountId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the discountAccountName property.
| value | Allowed object is String |
|---|
Sets the value of the discountAmt property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the discountId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the discountName property.
| value | Allowed object is String |
|---|
Sets the value of the txnId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the txnNum property.
| value | Allowed object is String |
|---|