| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.online.schema.QboAccountValidationInfo |
Hold validation request for an account path name
Java class for QboAccountValidationInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QboAccountValidationInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AccountNamePath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ValidQboAccountTypeEnums" type="{http://www.intuit.com/sb/cdm/qbopayroll/v1}QboAccountTypeEnums" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountNamePath | |||||||||||
| validQboAccountTypeEnums | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountNamePath property.
| |||||||||||
Gets the value of the validQboAccountTypeEnums property.
| |||||||||||
Sets the value of the accountNamePath property.
| |||||||||||
Sets the value of the validQboAccountTypeEnums property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accountNamePath property.
Gets the value of the validQboAccountTypeEnums property.
QboAccountTypeEnums
Sets the value of the accountNamePath property.
| value | Allowed object is String |
|---|
Sets the value of the validQboAccountTypeEnums property.
| value | Allowed object is
QboAccountTypeEnums
|
|---|