| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.HeaderBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.HeaderSales | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.SalesReceiptHeader | ||
Product: ALL Description: Provides information that pertains to the entire Sales Receipt
Java class for SalesReceiptHeader complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SalesReceiptHeader">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}HeaderSales">
<sequence>
<element name="ShipAddr" type="{http://www.intuit.com/sb/cdm/v2}PhysicalAddress" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}ShipMethodReferenceGroup" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}DepositToAccountReferenceGroup" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}PaymentMethodReferenceGroup" minOccurs="0"/>
<element name="Detail" type="{http://www.intuit.com/sb/cdm/v2}PaymentDetail" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}QboDiscountGroup" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.HeaderSales
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.HeaderBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| depositToAccountId | |||||||||||
| depositToAccountName | |||||||||||
| detail | |||||||||||
| discountAccountId | |||||||||||
| discountAccountName | |||||||||||
| discountAmt | |||||||||||
| discountRate | |||||||||||
| discountTaxable | |||||||||||
| paymentMethodId | |||||||||||
| paymentMethodName | |||||||||||
| shipAddr | |||||||||||
| shipMethodId | |||||||||||
| shipMethodName | |||||||||||
|
[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 depositToAccountId property.
| |||||||||||
Gets the value of the depositToAccountName property.
| |||||||||||
Gets the value of the detail 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 discountTaxable property.
| |||||||||||
Gets the value of the paymentMethodId property.
| |||||||||||
Gets the value of the paymentMethodName property.
| |||||||||||
Gets the value of the shipAddr property.
| |||||||||||
Gets the value of the shipMethodId property.
| |||||||||||
Gets the value of the shipMethodName property.
| |||||||||||
Sets the value of the depositToAccountId property.
| |||||||||||
Sets the value of the depositToAccountName property.
| |||||||||||
Sets the value of the detail 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 paymentMethodId property.
| |||||||||||
Sets the value of the paymentMethodName property.
| |||||||||||
Sets the value of the shipAddr property.
| |||||||||||
Sets the value of the shipMethodId property.
| |||||||||||
Sets the value of the shipMethodName 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 depositToAccountId property.
IdType
Gets the value of the depositToAccountName property.
Gets the value of the detail property.
PaymentDetail
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 discountTaxable property.
Gets the value of the paymentMethodId property.
IdType
Gets the value of the paymentMethodName property.
Gets the value of the shipAddr property.
PhysicalAddress
Gets the value of the shipMethodId property.
IdType
Gets the value of the shipMethodName property.
Sets the value of the depositToAccountId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the depositToAccountName property.
| value | Allowed object is String |
|---|
Sets the value of the detail property.
| value | Allowed object is
PaymentDetail
|
|---|
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 paymentMethodId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the paymentMethodName property.
| value | Allowed object is String |
|---|
Sets the value of the shipAddr property.
| value | Allowed object is
PhysicalAddress
|
|---|
Sets the value of the shipMethodId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the shipMethodName property.
| value | Allowed object is String |
|---|