| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.HeaderBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.HeaderSales | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.EstimateHeader | ||
Product: ALL Description: Information that pertains to the entire Estimate
Java class for EstimateHeader complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EstimateHeader">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}HeaderSales">
<sequence>
<group ref="{http://www.intuit.com/sb/cdm/v2}SalesTermReferenceGroup" minOccurs="0"/>
<element name="DueDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
<element name="BillAddr" type="{http://www.intuit.com/sb/cdm/v2}PhysicalAddress" minOccurs="0"/>
<element name="ShipAddr" type="{http://www.intuit.com/sb/cdm/v2}PhysicalAddress" minOccurs="0"/>
<element name="BillEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}QboDiscountGroup" minOccurs="0"/>
<element name="ExpirationDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
<element name="AcceptedBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AcceptedDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| acceptedBy | |||||||||||
| acceptedDate | |||||||||||
| billAddr | |||||||||||
| billEmail | |||||||||||
| discountAccountId | |||||||||||
| discountAccountName | |||||||||||
| discountAmt | |||||||||||
| discountRate | |||||||||||
| discountTaxable | |||||||||||
| dueDate | |||||||||||
| expirationDate | |||||||||||
| salesTermId | |||||||||||
| salesTermName | |||||||||||
| shipAddr | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.HeaderSales
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.HeaderBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the acceptedBy property.
| |||||||||||
Gets the value of the acceptedDate property.
| |||||||||||
Gets the value of the billAddr property.
| |||||||||||
Gets the value of the billEmail property.
| |||||||||||
Gets the value of the discountAccountId property.
| |||||||||||
Gets the value of the discountAccountName property.
| |||||||||||
Gets the value of the discountAmt property.
| |||||||||||
Gets the value of the discountRate property.
| |||||||||||
Gets the value of the dueDate property.
| |||||||||||
Gets the value of the expirationDate property.
| |||||||||||
Gets the value of the salesTermId property.
| |||||||||||
Gets the value of the salesTermName property.
| |||||||||||
Gets the value of the shipAddr property.
| |||||||||||
Gets the value of the discountTaxable property.
| |||||||||||
Sets the value of the acceptedBy property.
| |||||||||||
Sets the value of the acceptedDate property.
| |||||||||||
Sets the value of the billAddr property.
| |||||||||||
Sets the value of the billEmail property.
| |||||||||||
Sets the value of the discountAccountId property.
| |||||||||||
Sets the value of the discountAccountName property.
| |||||||||||
Sets the value of the discountAmt property.
| |||||||||||
Sets the value of the discountRate property.
| |||||||||||
Sets the value of the discountTaxable property.
| |||||||||||
Sets the value of the dueDate property.
| |||||||||||
Sets the value of the expirationDate property.
| |||||||||||
Sets the value of the salesTermId property.
| |||||||||||
Sets the value of the salesTermName property.
| |||||||||||
Sets the value of the shipAddr property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.HeaderSales
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.HeaderBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the acceptedBy property.
Gets the value of the acceptedDate property.
Gets the value of the billAddr property.
PhysicalAddress
Gets the value of the billEmail property.
Gets the value of the discountAccountId property.
IdType
Gets the value of the discountAccountName property.
Gets the value of the discountAmt property.
Gets the value of the discountRate property.
Gets the value of the dueDate property.
Gets the value of the expirationDate property.
Gets the value of the salesTermId property.
IdType
Gets the value of the salesTermName property.
Gets the value of the shipAddr property.
PhysicalAddress
Gets the value of the discountTaxable property.
Sets the value of the acceptedBy property.
| value | Allowed object is String |
|---|
Sets the value of the acceptedDate property.
| value | Allowed object is String |
|---|
Sets the value of the billAddr property.
| value | Allowed object is
PhysicalAddress
|
|---|
Sets the value of the billEmail property.
| value | Allowed object is String |
|---|
Sets the value of the discountAccountId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the discountAccountName property.
| value | Allowed object is String |
|---|
Sets the value of the discountAmt property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the discountRate property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the discountTaxable property.
| value | Allowed object is Boolean |
|---|
Sets the value of the dueDate property.
| value | Allowed object is String |
|---|
Sets the value of the expirationDate property.
| value | Allowed object is String |
|---|
Sets the value of the salesTermId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the salesTermName property.
| value | Allowed object is String |
|---|
Sets the value of the shipAddr property.
| value | Allowed object is
PhysicalAddress
|
|---|