public class

VendorCreditHeader

extends HeaderPurchase
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.HeaderBase
     ↳ org.mule.modules.quickbooks.online.schema.HeaderPurchase
       ↳ org.mule.modules.quickbooks.online.schema.VendorCreditHeader

Class Overview

Financial Transaction information that pertains to the entire VendorCredit.

Java class for VendorCreditHeader complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="VendorCreditHeader">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}HeaderPurchase">
       <sequence>
         <group ref="{http://www.intuit.com/sb/cdm/v2}PayingPartyReferenceGroup" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}APAccountReferenceGroup" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected IdType apAccountId
protected String apAccountName
protected IdType payerId
protected String payerName
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.online.schema.HeaderPurchase
From class org.mule.modules.quickbooks.online.schema.HeaderBase
Public Constructors
VendorCreditHeader()
Public Methods
IdType getAPAccountId()
Gets the value of the apAccountId property.
String getAPAccountName()
Gets the value of the apAccountName property.
IdType getPayerId()
Gets the value of the payerId property.
String getPayerName()
Gets the value of the payerName property.
void setAPAccountId(IdType value)
Sets the value of the apAccountId property.
void setAPAccountName(String value)
Sets the value of the apAccountName property.
void setPayerId(IdType value)
Sets the value of the payerId property.
void setPayerName(String value)
Sets the value of the payerName property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.online.schema.HeaderPurchase
From class org.mule.modules.quickbooks.online.schema.HeaderBase
From class java.lang.Object

Fields

protected IdType apAccountId

protected String apAccountName

protected IdType payerId

protected String payerName

Public Constructors

public VendorCreditHeader ()

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 IdType getPayerId ()

Gets the value of the payerId property.

Returns

public String getPayerName ()

Gets the value of the payerName 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 setPayerId (IdType value)

Sets the value of the payerId property.

Parameters
value Allowed object is IdType

public void setPayerName (String value)

Sets the value of the payerName property.

Parameters
value Allowed object is String