Sha256: b5b3f0b63816fb6618a9999eb372e134b6b766cecdbeb2845cbf90c4f563cb0d

Contents?: true

Size: 522 Bytes

Versions: 1

Compression:

Stored size: 522 Bytes

Contents

# VeloPayments::WebhooksResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **page** | [**CommonPageObject**](CommonPageObject.md) |  | [optional] |
| **links** | [**Array<CommonLinkObject>**](CommonLinkObject.md) |  | [optional] |
| **content** | [**Array<WebhookResponse>**](WebhookResponse.md) |  | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::WebhooksResponse.new(
  page: null,
  links: null,
  content: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/WebhooksResponse.md