| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.ReimbursableInfo |
Product: ALL Description: Information about the Customer and actual Job or Project the expense must be reimbursed for.
Java class for ReimbursableInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReimbursableInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.intuit.com/sb/cdm/v2}CustomerReferenceGroup"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}JobReferenceGroup" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customerId | |||||||||||
| customerName | |||||||||||
| jobId | |||||||||||
| jobName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customerId property.
| |||||||||||
Gets the value of the customerName property.
| |||||||||||
Gets the value of the jobId property.
| |||||||||||
Gets the value of the jobName property.
| |||||||||||
Sets the value of the customerId property.
| |||||||||||
Sets the value of the customerName property.
| |||||||||||
Sets the value of the jobId property.
| |||||||||||
Sets the value of the jobName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the customerId property.
IdType
Gets the value of the customerName property.
Gets the value of the jobName property.
Sets the value of the customerId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the customerName property.
| value | Allowed object is String |
|---|
Sets the value of the jobId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the jobName property.
| value | Allowed object is String |
|---|