Sha256: acd514b4cb2c5236a8a22e07a06b978639ca07308b309caa2c5d3afb333e9384
Contents?: true
Size: 465 Bytes
Versions: 196
Compression:
Stored size: 465 Bytes
Contents
# UltracartClient::ItemProperty ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **expiration_dts** | **String** | Expiration of the property | [optional] | | **name** | **String** | Property name | [optional] | | **value** | **String** | Property value | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemProperty.new( expiration_dts: null, name: null, value: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems