Sha256: e57ca01ac29be807001555de5c07c1a3fd9348de346d75b8f5223bc1b11081f9

Contents?: true

Size: 534 Bytes

Versions: 2

Compression:

Stored size: 534 Bytes

Contents

# PCPServerSDK::CustomerDevice

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **ip_address** | **String** | The IP address of the customer client from the HTTP Headers. | [optional] |
| **device_token** | **String** | Tokenized representation of the end customers device. For example used for PAYONE Buy Now, Pay Later (BNPL). | [optional] |

## Example

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

instance = PCPServerSDK::CustomerDevice.new(
  ip_address: null,
  device_token: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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