| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.PriceLevel | ||
Product: QBW Description: You can use price levels to specify custom pricing for specific customers. Once you create a price level for a customer, QuickBooks will automatically use the custom price in new invoices, sales receipts, sales orders or credit memos for that customer. You can override this automatic feature, however, when you create the invoices, sales receipts, etc.) The user can now specify a price level on line items in the following supported sales transactions: invoices, sales receipts, credit memos, and sales orders. Notice that the response data for the affected sales transaction does not list the price level that was used. The response simply lists the Rate for the item, which was set using the price level.
Java class for PriceLevel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PriceLevel">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="PriceLevelType" type="{http://www.intuit.com/sb/cdm/v2}PriceLevelTypeEnum"/>
<choice>
<element name="FixedPercentage" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="PriceLevelPerItem" type="{http://www.intuit.com/sb/cdm/v2}PriceLevelPerItem" maxOccurs="unbounded" minOccurs="0"/>
</choice>
<element name="CurrencyId" type="{http://www.intuit.com/sb/cdm/v2}IdType" minOccurs="0"/>
<element name="CurrencyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.CdmObject
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| active | |||||||||||
| currencyId | |||||||||||
| currencyName | |||||||||||
| fixedPercentage | |||||||||||
| name | |||||||||||
| priceLevelPerItem | |||||||||||
| priceLevelType | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the currencyId property.
| |||||||||||
Gets the value of the currencyName property.
| |||||||||||
Gets the value of the fixedPercentage property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the priceLevelPerItem property.
| |||||||||||
Gets the value of the priceLevelType property.
| |||||||||||
Gets the value of the active property.
| |||||||||||
Sets the value of the active property.
| |||||||||||
Sets the value of the currencyId property.
| |||||||||||
Sets the value of the currencyName property.
| |||||||||||
Sets the value of the fixedPercentage property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the priceLevelPerItem property.
| |||||||||||
Sets the value of the priceLevelType property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the currencyId property.
IdType
Gets the value of the currencyName property.
Gets the value of the fixedPercentage property.
Gets the value of the name property.
Gets the value of the priceLevelPerItem property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the priceLevelPerItem property.
For example, to add a new item, do as follows:
getPriceLevelPerItem().add(newItem);
Objects of the following type(s) are allowed in the list
PriceLevelPerItem
Gets the value of the priceLevelType property.
PriceLevelTypeEnum
Gets the value of the active property.
Sets the value of the active property.
| value |
|---|
Sets the value of the currencyId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the currencyName property.
| value | Allowed object is String |
|---|
Sets the value of the fixedPercentage property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the name property.
| value | Allowed object is Object |
|---|
Sets the value of the priceLevelPerItem property.
| priceLevelPerItem | Allowed object is
PriceLevelPerItem
|
|---|
Sets the value of the priceLevelType property.
| value | Allowed object is
PriceLevelTypeEnum
|
|---|