Sha256: 2941a8561be610e74e44f3e223c5d7b73eb7822beee5eecd8dcd5f00679d6965
Contents?: true
Size: 596 Bytes
Versions: 114
Compression:
Stored size: 596 Bytes
Contents
# UltracartClient::CartItemProperty ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **display** | **Boolean** | True if this property is displayed to the customer | [optional] | | **expiration_dts** | **String** | The date/time that the property expires and is deleted | [optional] | | **name** | **String** | Name | [optional] | | **value** | **String** | Value | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CartItemProperty.new( display: null, expiration_dts: null, name: null, value: null ) ```
Version data entries
114 entries across 114 versions & 1 rubygems