Sha256: 404be22b5627cb057e3368c904c56e57cd1ab8b15fad288aa186b90a7687a192

Contents?: true

Size: 330 Bytes

Versions: 2

Compression:

Stored size: 330 Bytes

Contents

# PCPServerSDK::ShoppingCartPatch

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **items** | [**Array<CartItemPatch>**](CartItemPatch.md) |  | [optional] |

## Example

```ruby
require 'PCP-server-Ruby-SDK'

instance = PCPServerSDK::ShoppingCartPatch.new(
  items: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pcp-server-ruby-sdk-0.0.6 docs/ShoppingCartPatch.md
pcp-server-ruby-sdk-0.1.0 docs/ShoppingCartPatch.md