# UltracartClient::ItemTag ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **tag_type** | **String** | tag_tpe | [optional] | | **tag_value** | **String** | tag_value | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemTag.new( tag_type: null, tag_value: null ) ```