Sha256: 6cc5dcfd78ab2cb00d8579487d93681b1b0a8d5c6a522cfd5787e826007a9ef8
Contents?: true
Size: 588 Bytes
Versions: 196
Compression:
Stored size: 588 Bytes
Contents
# UltracartClient::CartProperty ## 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::CartProperty.new( display: null, expiration_dts: null, name: null, value: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems