public class

VendorCreditToApply

extends CdmBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObject
     ↳ org.mule.modules.quickbooks.windows.schema.CdmBase
       ↳ org.mule.modules.quickbooks.windows.schema.VendorCreditToApply

Class Overview

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>
 

Summary

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
protected IdType apAccountId
protected String apAccountName
protected BigDecimal creditRemaining
protected CurrencyCode currency
protected String docNumber
protected String txnDate
protected TxnTypeEnum txnType
protected IdType vendorId
protected String vendorName
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CdmBase
Public Constructors
VendorCreditToApply()
Public Methods
IdType getAPAccountId()
Gets the value of the apAccountId property.
String getAPAccountName()
Gets the value of the apAccountName property.
BigDecimal getCreditRemaining()
Gets the value of the creditRemaining property.
CurrencyCode getCurrency()
Gets the value of the currency property.
String getDocNumber()
Gets the value of the docNumber property.
String getTxnDate()
Gets the value of the txnDate property.
TxnTypeEnum getTxnType()
Gets the value of the txnType property.
IdType getVendorId()
Gets the value of the vendorId property.
String getVendorName()
Gets the value of the vendorName property.
void setAPAccountId(IdType value)
Sets the value of the apAccountId property.
void setAPAccountName(String value)
Sets the value of the apAccountName property.
void setCreditRemaining(BigDecimal value)
Sets the value of the creditRemaining property.
void setCurrency(CurrencyCode value)
Sets the value of the currency property.
void setDocNumber(String value)
Sets the value of the docNumber property.
void setTxnDate(String value)
Sets the value of the txnDate property.
void setTxnType(TxnTypeEnum value)
Sets the value of the txnType property.
void setVendorId(IdType value)
Sets the value of the vendorId property.
void setVendorName(String value)
Sets the value of the vendorName property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IdType apAccountId

protected String apAccountName

protected BigDecimal creditRemaining

protected CurrencyCode currency

protected String docNumber

protected String txnDate

protected TxnTypeEnum txnType

protected IdType vendorId

protected String vendorName

Public Constructors

public VendorCreditToApply ()

Public Methods

public IdType getAPAccountId ()

Gets the value of the apAccountId property.

Returns

public String getAPAccountName ()

Gets the value of the apAccountName property.

Returns
  • possible object is String

public BigDecimal getCreditRemaining ()

Gets the value of the creditRemaining property.

Returns
  • possible object is BigDecimal

public CurrencyCode getCurrency ()

Gets the value of the currency property.

Returns

public String getDocNumber ()

Gets the value of the docNumber property.

Returns
  • possible object is String

public String getTxnDate ()

Gets the value of the txnDate property.

Returns
  • possible object is String

public TxnTypeEnum getTxnType ()

Gets the value of the txnType property.

Returns

public IdType getVendorId ()

Gets the value of the vendorId property.

Returns

public String getVendorName ()

Gets the value of the vendorName property.

Returns
  • possible object is String

public void setAPAccountId (IdType value)

Sets the value of the apAccountId property.

Parameters
value Allowed object is IdType

public void setAPAccountName (String value)

Sets the value of the apAccountName property.

Parameters
value Allowed object is String

public void setCreditRemaining (BigDecimal value)

Sets the value of the creditRemaining property.

Parameters
value Allowed object is BigDecimal

public void setCurrency (CurrencyCode value)

Sets the value of the currency property.

Parameters
value Allowed object is CurrencyCode

public void setDocNumber (String value)

Sets the value of the docNumber property.

Parameters
value Allowed object is String

public void setTxnDate (String value)

Sets the value of the txnDate property.

Parameters
value Allowed object is String

public void setTxnType (TxnTypeEnum value)

Sets the value of the txnType property.

Parameters
value Allowed object is TxnTypeEnum

public void setVendorId (IdType value)

Sets the value of the vendorId property.

Parameters
value Allowed object is IdType

public void setVendorName (String value)

Sets the value of the vendorName property.

Parameters
value Allowed object is String