Sha256: 2be5f41340cfed22cc46f1b9a4cb7cf844d87d5aebe233971863bd5fc0e5d3be

Contents?: true

Size: 663 Bytes

Versions: 2

Compression:

Stored size: 663 Bytes

Contents

# PCPServerSDK::Order

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **amount_of_money** | [**AmountOfMoney**](AmountOfMoney.md) |  | [optional] |
| **customer** | [**Customer**](Customer.md) |  | [optional] |
| **references** | [**References**](References.md) |  |  |
| **shipping** | [**Shipping**](Shipping.md) |  | [optional] |
| **shopping_cart** | [**ShoppingCartInput**](ShoppingCartInput.md) |  | [optional] |

## Example

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

instance = PCPServerSDK::Order.new(
  amount_of_money: null,
  customer: null,
  references: null,
  shipping: null,
  shopping_cart: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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