1,110 bytes added
, 12:44, 5 April 2019
{{Api_DataType_Spec
|Description=Represents a ItemTag object. Catalog Item is generic object that it can be any types of CatalogItemType.
|Members=
{{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10"
{{!}}- style="background:#88ccff;font-size:110%"
! Field
! Data Type
! Description
{{!}}- valign="top"
! ItemId
{{!}} Int
{{!}}
{{!}}- valign="top"
! ItemType
{{!}} [[ItemType]] enum
{{!}}
{{!}}- valign="top"
! RequiresPin
{{!}} Boolean
{{!}}
{{!}}- valign="top"
! TagType
{{!}} [[TagType]]
{{!}}
{{!}}- valign="top"
! TagValue
{{!}} String
{{!}}
{{!}}- valign="top"
{{!}}}
|Example=
:
{
"ItemId": 28771,
"ItemType": 256,
"RequiresPin": false,
"TagType": 3,
"TagValue": "True",
}
:
|KnownIssues=
None
|VersionHistory=
{{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0"
{{!}}- style="background:#88ccff;font-size:110%"
! API Version Number
! Change description
! Changes author
{{!}}- valign="top"
! 7.0
{{!}} Initial data type implementation
{{!}} José Manuel Escartín
{{!}}- valign="top"
|SeeAlso=
}}