Difference between revisions of "QueueItem"

From Gvp-public
Jump to navigation Jump to search
(Created page with "{{Api_DataType_Spec |Description= |Members= {{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10" {{!}}- style="background:#88ccff;font-size:110%" ! Fie...")
 
 
Line 28: Line 28:
  
 
{
 
{
:
+
:     "Product": {
 +
::          [[Product]] object
 +
:    },
 +
:    "ProductType": 2,
 
}
 
}
  

Latest revision as of 19:22, 18 September 2014


Members

Field Data Type Description
Product Product
Type QueueType


Example

{

"Product": {
Product object
},
"ProductType": 2,

}


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial data type implementation Harley Cabral


See also