| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.online.schema.CdmBase | |
| ↳ | org.mule.modules.quickbooks.online.schema.PaymentMethod | |
Method of payment for received goods.
Java class for PaymentMethod complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentMethod">
<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="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| active | |||||||||||
| name | |||||||||||
| type | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the name property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Gets the value of the active property.
| |||||||||||
Sets the value of the active property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the name property.
Gets the value of the type property.
Gets the value of the active property.
Sets the value of the active property.
| value | Allowed object is Boolean |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the type property.
| value | Allowed object is String |
|---|