public class

ExternalKey

extends IdType
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.IdType
     ↳ org.mule.modules.quickbooks.windows.schema.ExternalKey

Class Overview

Product: QBW Description: ExternalKey type allows to associate ExternalID like QuickBooks ID to be represented in the cloud.

Java class for ExternalKey complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ExternalKey">
   <simpleContent>
     <extension base="<http://www.intuit.com/sb/cdm/v2>IdType">
     </extension>
   </simpleContent>
 </complexType>
 

Summary

[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.IdType
Public Constructors
ExternalKey()
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.IdType
From class java.lang.Object

Public Constructors

public ExternalKey ()