| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.HeaderBase | |
| ↳ | org.mule.modules.quickbooks.windows.schema.BillPaymentCreditCardHeader | |
Product: QBW Description: Information that pertains to the entire BillPaymentCreditCard
Java class for BillPaymentCreditCardHeader complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BillPaymentCreditCardHeader">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}HeaderBase">
<sequence>
<group ref="{http://www.intuit.com/sb/cdm/v2}EntityReferenceGroup" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}APAccountReferenceGroup" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}BillPaymentCreditCardGroup" minOccurs="0"/>
<element name="TotalAmt" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| apAccountId | |||||||||||
| apAccountName | |||||||||||
| ccAccountId | |||||||||||
| ccAccountName | |||||||||||
| ccDetail | |||||||||||
| entityId | |||||||||||
| entityName | |||||||||||
| entityType | |||||||||||
| totalAmt | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.HeaderBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the apAccountId property.
| |||||||||||
Gets the value of the apAccountName property.
| |||||||||||
Gets the value of the ccAccountId property.
| |||||||||||
Gets the value of the ccAccountName property.
| |||||||||||
Gets the value of the ccDetail property.
| |||||||||||
Gets the value of the entityId property.
| |||||||||||
Gets the value of the entityName property.
| |||||||||||
Gets the value of the entityType property.
| |||||||||||
Gets the value of the totalAmt property.
| |||||||||||
Sets the value of the apAccountId property.
| |||||||||||
Sets the value of the apAccountName property.
| |||||||||||
Sets the value of the ccAccountId property.
| |||||||||||
Sets the value of the ccAccountName property.
| |||||||||||
Sets the value of the ccDetail property.
| |||||||||||
Sets the value of the entityId property.
| |||||||||||
Sets the value of the entityName property.
| |||||||||||
Sets the value of the entityType property.
| |||||||||||
Sets the value of the totalAmt property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.HeaderBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the apAccountId property.
IdType
Gets the value of the apAccountName property.
Gets the value of the ccAccountId property.
IdType
Gets the value of the ccAccountName property.
Gets the value of the ccDetail property.
CreditCardPayment
Gets the value of the entityId property.
IdType
Gets the value of the entityName property.
Gets the value of the entityType property.
EntityTypeEnum
Gets the value of the totalAmt property.
Sets the value of the apAccountId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the apAccountName property.
| value | Allowed object is String |
|---|
Sets the value of the ccAccountId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the ccAccountName property.
| value | Allowed object is String |
|---|
Sets the value of the ccDetail property.
| value | Allowed object is
CreditCardPayment
|
|---|
Sets the value of the entityId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the entityName property.
| value | Allowed object is String |
|---|
Sets the value of the entityType property.
| value | Allowed object is
EntityTypeEnum
|
|---|
Sets the value of the totalAmt property.
| value | Allowed object is BigDecimal |
|---|