| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.HeaderBase | |
| ↳ | org.mule.modules.quickbooks.windows.schema.PaymentHeader | |
Product: QBW Description: Information that pertains to the entire Payment
Java class for PaymentHeader complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentHeader">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}HeaderBase">
<sequence>
<group ref="{http://www.intuit.com/sb/cdm/v2}CustomerReferenceGroup" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}JobReferenceGroup" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}RemitToReferenceGroup" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}ARAccountReferenceGroup" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}DepositToAccountReferenceGroup" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}PaymentMethodReferenceGroup" minOccurs="0"/>
<element name="Detail" type="{http://www.intuit.com/sb/cdm/v2}PaymentDetail" minOccurs="0"/>
<element name="TotalAmt" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="UnappliedAmt" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="ProcessPayment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.HeaderBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| arAccountId | |||||||||||
| arAccountName | |||||||||||
| customerId | |||||||||||
| customerName | |||||||||||
| depositToAccountId | |||||||||||
| depositToAccountName | |||||||||||
| detail | |||||||||||
| jobId | |||||||||||
| jobName | |||||||||||
| paymentMethodId | |||||||||||
| paymentMethodName | |||||||||||
| processPayment | |||||||||||
| remitToId | |||||||||||
| remitToName | |||||||||||
| totalAmt | |||||||||||
| unappliedAmt | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.HeaderBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the arAccountId property.
| |||||||||||
Gets the value of the arAccountName property.
| |||||||||||
Gets the value of the customerId property.
| |||||||||||
Gets the value of the customerName property.
| |||||||||||
Gets the value of the depositToAccountId property.
| |||||||||||
Gets the value of the depositToAccountName property.
| |||||||||||
Gets the value of the detail property.
| |||||||||||
Gets the value of the jobId property.
| |||||||||||
Gets the value of the jobName property.
| |||||||||||
Gets the value of the paymentMethodId property.
| |||||||||||
Gets the value of the paymentMethodName property.
| |||||||||||
Gets the value of the processPayment property.
| |||||||||||
Gets the value of the remitToId property.
| |||||||||||
Gets the value of the remitToName property.
| |||||||||||
Gets the value of the totalAmt property.
| |||||||||||
Gets the value of the unappliedAmt property.
| |||||||||||
Sets the value of the arAccountId property.
| |||||||||||
Sets the value of the arAccountName property.
| |||||||||||
Sets the value of the customerId property.
| |||||||||||
Sets the value of the customerName property.
| |||||||||||
Sets the value of the depositToAccountId property.
| |||||||||||
Sets the value of the depositToAccountName property.
| |||||||||||
Sets the value of the detail property.
| |||||||||||
Sets the value of the jobId property.
| |||||||||||
Sets the value of the jobName property.
| |||||||||||
Sets the value of the paymentMethodId property.
| |||||||||||
Sets the value of the paymentMethodName property.
| |||||||||||
Sets the value of the processPayment property.
| |||||||||||
Sets the value of the remitToId property.
| |||||||||||
Sets the value of the remitToName property.
| |||||||||||
Sets the value of the totalAmt property.
| |||||||||||
Sets the value of the unappliedAmt property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.HeaderBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the arAccountId property.
IdType
Gets the value of the arAccountName property.
Gets the value of the customerId property.
IdType
Gets the value of the customerName property.
Gets the value of the depositToAccountId property.
IdType
Gets the value of the depositToAccountName property.
Gets the value of the detail property.
PaymentDetail
Gets the value of the jobName property.
Gets the value of the paymentMethodId property.
IdType
Gets the value of the paymentMethodName property.
Gets the value of the processPayment property.
Gets the value of the remitToId property.
IdType
Gets the value of the remitToName property.
Gets the value of the totalAmt property.
Gets the value of the unappliedAmt property.
Sets the value of the arAccountId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the arAccountName property.
| value | Allowed object is String |
|---|
Sets the value of the customerId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the customerName property.
| value | Allowed object is String |
|---|
Sets the value of the depositToAccountId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the depositToAccountName property.
| value | Allowed object is String |
|---|
Sets the value of the detail property.
| value | Allowed object is
PaymentDetail
|
|---|
Sets the value of the jobId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the jobName property.
| value | Allowed object is String |
|---|
Sets the value of the paymentMethodId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the paymentMethodName property.
| value | Allowed object is String |
|---|
Sets the value of the processPayment property.
| value | Allowed object is Boolean |
|---|
Sets the value of the remitToId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the remitToName property.
| value | Allowed object is String |
|---|
Sets the value of the totalAmt property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the unappliedAmt property.
| value | Allowed object is BigDecimal |
|---|