Sha256: 0feaf865cf13628ed55ae730614560fee858dab89bec350764382c1332fe8ffa

Contents?: true

Size: 335 Bytes

Versions: 4

Compression:

Stored size: 335 Bytes

Contents

# VeloPayments::PingResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** |  | [optional] |
| **webhook_id** | **String** |  | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::PingResponse.new(
  id: null,
  webhook_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/PingResponse.md
velopayments-2.35.58 docs/PingResponse.md
velopayments-2.35.58.beta1 docs/PingResponse.md
velopayments-2.29.128.beta1 docs/PingResponse.md