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