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