| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.VendorCreditToApply | ||
Product: QBW Description: A type of the object return in the response to the Vendor Credit to Apply Query. Unsupported field.
Java class for VendorCreditToApply complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VendorCreditToApply">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
<sequence>
<element name="TxnType" type="{http://www.intuit.com/sb/cdm/v2}TxnTypeEnum" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}VendorReferenceGroup" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}APAccountReferenceGroup" minOccurs="0"/>
<element name="DocNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TxnDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
<element name="CreditRemaining" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="Currency" type="{http://www.intuit.com/sb/cdm/v2}currencyCode" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.CdmObject
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| apAccountId | |||||||||||
| apAccountName | |||||||||||
| creditRemaining | |||||||||||
| currency | |||||||||||
| docNumber | |||||||||||
| txnDate | |||||||||||
| txnType | |||||||||||
| vendorId | |||||||||||
| vendorName | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the apAccountId property.
| |||||||||||
Gets the value of the apAccountName property.
| |||||||||||
Gets the value of the creditRemaining property.
| |||||||||||
Gets the value of the currency property.
| |||||||||||
Gets the value of the docNumber property.
| |||||||||||
Gets the value of the txnDate property.
| |||||||||||
Gets the value of the txnType property.
| |||||||||||
Gets the value of the vendorId property.
| |||||||||||
Gets the value of the vendorName property.
| |||||||||||
Sets the value of the apAccountId property.
| |||||||||||
Sets the value of the apAccountName property.
| |||||||||||
Sets the value of the creditRemaining property.
| |||||||||||
Sets the value of the currency property.
| |||||||||||
Sets the value of the docNumber property.
| |||||||||||
Sets the value of the txnDate property.
| |||||||||||
Sets the value of the txnType property.
| |||||||||||
Sets the value of the vendorId property.
| |||||||||||
Sets the value of the vendorName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
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 creditRemaining property.
Gets the value of the currency property.
CurrencyCode
Gets the value of the docNumber property.
Gets the value of the txnDate property.
Gets the value of the txnType property.
TxnTypeEnum
Gets the value of the vendorId property.
IdType
Gets the value of the vendorName 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 creditRemaining property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the currency property.
| value | Allowed object is
CurrencyCode
|
|---|
Sets the value of the docNumber property.
| value | Allowed object is String |
|---|
Sets the value of the txnDate property.
| value | Allowed object is String |
|---|
Sets the value of the txnType property.
| value | Allowed object is
TxnTypeEnum
|
|---|
Sets the value of the vendorId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the vendorName property.
| value | Allowed object is String |
|---|