Sha256: 7b322ef23a9e6393880a71f8eb1019b989e06fe3b23433e3b8a6899f2ceb3c33

Contents?: true

Size: 659 Bytes

Versions: 2

Compression:

Stored size: 659 Bytes

Contents

# PCPServerSDK::OrderRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **order_type** | [**OrderType**](OrderType.md) |  | [optional] |
| **order_references** | [**References**](References.md) |  | [optional] |
| **items** | [**Array<OrderItem>**](OrderItem.md) |  | [optional] |
| **payment_method_specific_input** | [**PaymentMethodSpecificInput**](PaymentMethodSpecificInput.md) |  | [optional] |

## Example

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

instance = PCPServerSDK::OrderRequest.new(
  order_type: null,
  order_references: null,
  items: null,
  payment_method_specific_input: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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