Sha256: 0339b3180ad86ef4134520409f3d070e125dcbff7443502c57eada98770c32c8

Contents?: true

Size: 1.33 KB

Versions: 2

Compression:

Stored size: 1.33 KB

Contents

# PCPServerSDK::CreateCommerceCaseRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **merchant_reference** | **String** | Unique reference of the Commerce Case that is also returned for reporting and reconciliation purposes. | [optional] |
| **customer** | [**Customer**](Customer.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] |
| **checkout** | [**CreateCheckoutRequest**](CreateCheckoutRequest.md) |  | [optional] |

## Example

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

instance = PCPServerSDK::CreateCommerceCaseRequest.new(
  merchant_reference: customer-commerce-case-123,
  customer: null,
  creation_date_time: null,
  checkout: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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