Sha256: 62c69491d7e877fc0d4c9d4a7d2218cd2e7ec03839bae046b9384523a83c942a
Contents?: true
Size: 415 Bytes
Versions: 196
Compression:
Stored size: 415 Bytes
Contents
# UltracartClient::SimpleValue ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **display** | **String** | A friendly display of this value suitable for human reading | [optional] | | **value** | **String** | The actual value | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::SimpleValue.new( display: null, value: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems