Sha256: 3a704c1bfebc088b9aca9f4339abc9e8a6a5e30366289b2ea6fc671009e37914

Contents?: true

Size: 462 Bytes

Versions: 2

Compression:

Stored size: 462 Bytes

Contents

# PCPServerSDK::CartItemInput

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **invoice_data** | [**CartItemInvoiceData**](CartItemInvoiceData.md) |  | [optional] |
| **order_line_details** | [**OrderLineDetailsInput**](OrderLineDetailsInput.md) |  | [optional] |

## Example

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

instance = PCPServerSDK::CartItemInput.new(
  invoice_data: null,
  order_line_details: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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