Sha256: b9148fff3877a2c3d8ed2c151cbbb3acce1611bae52664b89e94aede60ef08f9

Contents?: true

Size: 1.54 KB

Versions: 2

Compression:

Stored size: 1.54 KB

Contents

# PCPServerSDK::CommerceCaseResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **merchant_reference** | **String** | Unique reference of the Commerce Case that is also returned for reporting and reconciliation purposes. | [optional] |
| **commerce_case_id** | **String** | Unique ID reference of the Commerce Case. It can be used to add additional Checkouts to the Commerce Case. | [optional] |
| **customer** | [**Customer**](Customer.md) |  | [optional] |
| **checkouts** | [**Array<CheckoutResponse>**](CheckoutResponse.md) |  | [optional] |
| **creation_date_time** | **Time** | Creation date and time of the Checkout in RFC3339 format. It can either be provided in the request or otherwise will be automatically set to the time when the request CreateCommerceCase was received. Response values will always be in UTC time, but when providing this field in the requests, the time offset can have different formats.  Accepted formats are: * YYYY-MM-DD'T'HH:mm:ss'Z' * YYYY-MM-DD'T'HH:mm:ss+XX:XX * YYYY-MM-DD'T'HH:mm:ss-XX:XX * YYYY-MM-DD'T'HH:mm'Z' * YYYY-MM-DD'T'HH:mm+XX:XX * YYYY-MM-DD'T'HH:mm-XX:XX  All other formats may be ignored by the system.  | [optional] |

## Example

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

instance = PCPServerSDK::CommerceCaseResponse.new(
  merchant_reference: customer-commerce-case-123,
  commerce_case_id: 0c3ab9d7-19ed-40da-9a0e-1f96f4cfb8ae,
  customer: null,
  checkouts: null,
  creation_date_time: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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