| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.online.schema.HeaderBase | ||
| ↳ | org.mule.modules.quickbooks.online.schema.HeaderPurchase | ||
| ↳ | org.mule.modules.quickbooks.online.schema.VendorCreditHeader | ||
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| apAccountId | |||||||||||
| apAccountName | |||||||||||
| payerId | |||||||||||
| payerName | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.HeaderPurchase
| |||||||||||
From class
org.mule.modules.quickbooks.online.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 payerId property.
| |||||||||||
Gets the value of the payerName property.
| |||||||||||
Sets the value of the apAccountId property.
| |||||||||||
Sets the value of the apAccountName property.
| |||||||||||
Sets the value of the payerId property.
| |||||||||||
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
| |||||||||||
Gets the value of the apAccountId property.
IdType
Gets the value of the apAccountName property.
Gets the value of the payerId property.
IdType
Gets the value of the payerName 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 payerId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the payerName property.
| value | Allowed object is String |
|---|