Sha256: 3ff470580c1577a2a2d789f5b9d77b88167ea5f55359e11080998673c32b811b
Contents?: true
Size: 918 Bytes
Versions: 2
Compression:
Stored size: 918 Bytes
Contents
# PCPServerSDK::DeliverRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **deliver_type** | [**DeliverType**](DeliverType.md) | | [optional] | | **is_final** | **Boolean** | This property indicates whether this will be the final operation. For deliverType FULL, it is always the final operation. If deliverType PARTIAL is provided and the property is set to true, the remaining amount of the items will be cancelled and the items are marked as CANCELLED. | [optional][default to false] | | **cancellation_reason** | [**CancellationReason**](CancellationReason.md) | | [optional] | | **deliver_items** | [**Array<DeliverItem>**](DeliverItem.md) | | [optional] | ## Example ```ruby require 'PCP-server-Ruby-SDK' instance = PCPServerSDK::DeliverRequest.new( deliver_type: null, is_final: null, cancellation_reason: null, deliver_items: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pcp-server-ruby-sdk-0.0.6 | docs/DeliverRequest.md |
pcp-server-ruby-sdk-0.1.0 | docs/DeliverRequest.md |