Sha256: a8747c992ffc45dc15991dd811975f6f9e14a21a8624eded57d8cd2ef310d226
Contents?: true
Size: 462 Bytes
Versions: 2
Compression:
Stored size: 462 Bytes
Contents
# PCPServerSDK::CartItemPatch ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **invoice_data** | [**CartItemInvoiceData**](CartItemInvoiceData.md) | | [optional] | | **order_line_details** | [**OrderLineDetailsPatch**](OrderLineDetailsPatch.md) | | [optional] | ## Example ```ruby require 'PCP-server-Ruby-SDK' instance = PCPServerSDK::CartItemPatch.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/CartItemPatch.md |
pcp-server-ruby-sdk-0.1.0 | docs/CartItemPatch.md |