Sha256: 13e9d7d51d4cb0be1abe38b4a570d0250fe38257adebc8d2440e20f0c4a8fa5b
Contents?: true
Size: 330 Bytes
Versions: 2
Compression:
Stored size: 330 Bytes
Contents
# PCPServerSDK::ShoppingCartInput ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **items** | [**Array<CartItemInput>**](CartItemInput.md) | | [optional] | ## Example ```ruby require 'PCP-server-Ruby-SDK' instance = PCPServerSDK::ShoppingCartInput.new( items: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pcp-server-ruby-sdk-0.0.6 | docs/ShoppingCartInput.md |
pcp-server-ruby-sdk-0.1.0 | docs/ShoppingCartInput.md |