Sha256: af97d9f5380587981e21c434096d1320aeb8b479dbee8b3af9b80938e6f4a7c1
Contents?: true
Size: 476 Bytes
Versions: 2
Compression:
Stored size: 476 Bytes
Contents
# PCPServerSDK::ReturnItem ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | Id of the item to return. | | | **quantity** | **Integer** | Quantity of the units being returned, should be greater than zero Note: Must not be all spaces or all zeros | | ## Example ```ruby require 'PCP-server-Ruby-SDK' instance = PCPServerSDK::ReturnItem.new( id: 4f0c512e-f12c-11ec-8ea0-0242ac120002, quantity: 1 ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pcp-server-ruby-sdk-0.0.6 | docs/ReturnItem.md |
pcp-server-ruby-sdk-0.1.0 | docs/ReturnItem.md |