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