Sha256: 87956502474936a7fc52ee3d8e83fdebc8b78f6f48be7bbf2958b4f04274208c
Contents?: true
Size: 765 Bytes
Versions: 196
Compression:
Stored size: 765 Bytes
Contents
# UltracartClient::ItemKitComponent ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **component_cost** | **Float** | Component item cost | [optional] | | **component_description** | **String** | Component item description | [optional] | | **component_merchant_item_id** | **String** | Component item ID | [optional] | | **component_merchant_item_oid** | **Integer** | Component item object identifier | [optional] | | **quantity** | **Integer** | Quantity | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemKitComponent.new( component_cost: null, component_description: null, component_merchant_item_id: null, component_merchant_item_oid: null, quantity: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems