# UltracartClient::AutoOrderAddonItemOption ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **label** | **String** | Label | [optional] | | **value** | **String** | Value | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::AutoOrderAddonItemOption.new( label: null, value: null ) ```