| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.online.schema.HeaderBase | |
| ↳ | org.mule.modules.quickbooks.online.schema.HeaderPurchase | |
Known Direct Subclasses
|
Financial Transaction information that pertains to the entire Bill.
Java class for HeaderPurchase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HeaderPurchase">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}HeaderBase">
<sequence>
<group ref="{http://www.intuit.com/sb/cdm/v2}VendorReferenceGroup" minOccurs="0"/>
<element name="BillEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReplyEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TotalAmt" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| billEmail | |||||||||||
| replyEmail | |||||||||||
| totalAmt | |||||||||||
| vendorId | |||||||||||
| vendorName | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.HeaderBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the billEmail property.
| |||||||||||
Gets the value of the replyEmail property.
| |||||||||||
Gets the value of the totalAmt property.
| |||||||||||
Gets the value of the vendorId property.
| |||||||||||
Gets the value of the vendorName property.
| |||||||||||
Sets the value of the billEmail property.
| |||||||||||
Sets the value of the replyEmail property.
| |||||||||||
Sets the value of the totalAmt property.
| |||||||||||
Sets the value of the vendorId property.
| |||||||||||
Sets the value of the vendorName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.HeaderBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the billEmail property.
Gets the value of the replyEmail property.
Gets the value of the totalAmt property.
Gets the value of the vendorId property.
IdType
Gets the value of the vendorName property.
Sets the value of the billEmail property.
| value | Allowed object is String |
|---|
Sets the value of the replyEmail property.
| value | Allowed object is String |
|---|
Sets the value of the totalAmt property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the vendorId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the vendorName property.
| value | Allowed object is String |
|---|