| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.online.schema.CheckPayment |
Holds information about a payment received by check
Java class for CheckPayment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CheckPayment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CheckNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NameOnAcct" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AcctNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RoutingNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BankName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| acctNum | |||||||||||
| bankName | |||||||||||
| checkNum | |||||||||||
| nameOnAcct | |||||||||||
| routingNum | |||||||||||
| status | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the acctNum property.
| |||||||||||
Gets the value of the bankName property.
| |||||||||||
Gets the value of the checkNum property.
| |||||||||||
Gets the value of the nameOnAcct property.
| |||||||||||
Gets the value of the routingNum property.
| |||||||||||
Gets the value of the status property.
| |||||||||||
Sets the value of the acctNum property.
| |||||||||||
Sets the value of the bankName property.
| |||||||||||
Sets the value of the checkNum property.
| |||||||||||
Sets the value of the nameOnAcct property.
| |||||||||||
Sets the value of the routingNum property.
| |||||||||||
Sets the value of the status property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the acctNum property.
Gets the value of the bankName property.
Gets the value of the checkNum property.
Gets the value of the nameOnAcct property.
Gets the value of the routingNum property.
Gets the value of the status property.
Sets the value of the acctNum property.
| value | Allowed object is String |
|---|
Sets the value of the bankName property.
| value | Allowed object is String |
|---|
Sets the value of the checkNum property.
| value | Allowed object is String |
|---|
Sets the value of the nameOnAcct property.
| value | Allowed object is String |
|---|
Sets the value of the routingNum property.
| value | Allowed object is String |
|---|
Sets the value of the status property.
| value | Allowed object is String |
|---|