| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.Discount | ||
Product: QBW Description: Identifies the discount or allowance that the Customer is to receive off of the TotalAmount owed. EndPoint: services.intuit.com Business Rules: None
Java class for Discount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Discount">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Desc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Taxable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<choice minOccurs="0">
<element name="Percent" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="Amount" type="{http://www.intuit.com/sb/cdm/v2}Money" minOccurs="0"/>
</choice>
<group ref="{http://www.intuit.com/sb/cdm/v2}DiscountAccountReferenceGroup" 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 | |||||||||||
| amount | |||||||||||
| desc | |||||||||||
| discountAccountId | |||||||||||
| discountAccountName | |||||||||||
| name | |||||||||||
| percent | |||||||||||
| taxable | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the active property.
| |||||||||||
Gets the value of the amount property.
| |||||||||||
Gets the value of the desc property.
| |||||||||||
Gets the value of the discountAccountId property.
| |||||||||||
Gets the value of the discountAccountName property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the percent property.
| |||||||||||
Gets the value of the taxable property.
| |||||||||||
Sets the value of the active property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the desc property.
| |||||||||||
Sets the value of the discountAccountId property.
| |||||||||||
Sets the value of the discountAccountName property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the percent property.
| |||||||||||
Sets the value of the taxable property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the active property.
Gets the value of the desc property.
Gets the value of the discountAccountId property.
IdType
Gets the value of the discountAccountName property.
Gets the value of the name property.
Gets the value of the percent property.
Gets the value of the taxable property.
Sets the value of the active property.
| value | Allowed object is Boolean |
|---|
Sets the value of the amount property.
| value | Allowed object is
Money
|
|---|
Sets the value of the desc 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 name property.
| value | Allowed object is String |
|---|
Sets the value of the percent property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the taxable property.
| value | Allowed object is Boolean |
|---|