| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | |
| ↳ | org.mule.modules.quickbooks.windows.schema.PriceLevelPerItem | |
Product: QBW Description: Specifies a custom price or percentage change from the item's base price for a specific price level
Java class for PriceLevelPerItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PriceLevelPerItem">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmObject">
<sequence>
<group ref="{http://www.intuit.com/sb/cdm/v2}ItemReferenceGroup" minOccurs="0"/>
<choice>
<element name="CustomPrice" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="CustomPricePercent" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmObject
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customPrice | |||||||||||
| customPricePercent | |||||||||||
| itemId | |||||||||||
| itemName | |||||||||||
| itemType | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customPrice property.
| |||||||||||
Gets the value of the customPricePercent property.
| |||||||||||
Gets the value of the itemId property.
| |||||||||||
Gets the value of the itemName property.
| |||||||||||
Gets the value of the itemType property.
| |||||||||||
Sets the value of the customPrice property.
| |||||||||||
Sets the value of the customPricePercent property.
| |||||||||||
Sets the value of the itemId property.
| |||||||||||
Sets the value of the itemName property.
| |||||||||||
Sets the value of the itemType property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the customPrice property.
Gets the value of the customPricePercent property.
Gets the value of the itemName property.
Gets the value of the itemType property.
ItemTypeEnum
Sets the value of the customPrice property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the customPricePercent property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the itemId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the itemName property.
| value | Allowed object is String |
|---|
Sets the value of the itemType property.
| value | Allowed object is
ItemTypeEnum
|
|---|