| Name | Type | Description | Notes |
|---|---|---|---|
| display | String | A friendly display of this value suitable for human reading | [optional] |
| value | String | The actual value | [optional] |
require 'ultracart_api'
instance = UltracartClient::SimpleValue.new(
display: null,
value: null
)