Method: UltracartClient::ItemOption.openapi_types
- Defined in:
- lib/ultracart_api/models/item_option.rb
.openapi_types ⇒ Object
Attribute type mapping.
108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 |
# File 'lib/ultracart_api/models/item_option.rb', line 108 def self.openapi_types { :'cost_if_specified' => :'Float', :'cost_per_letter' => :'Float', :'cost_per_line' => :'Float', :'ignore_if_default' => :'Boolean', :'label' => :'String', :'label_translated_text_instance_oid' => :'Integer', :'name' => :'String', :'name_translated_text_instance_oid' => :'Integer', :'one_time_fee' => :'Boolean', :'option_oid' => :'Integer', :'required' => :'Boolean', :'system_option' => :'Boolean', :'type' => :'String', :'values' => :'Array<ItemOptionValue>' } end |