Sha256: c6d6a9e7c2c148783075068ce83701e926e8ef9a3ca98994ab63c372e2837329

Contents?: true

Size: 721 Bytes

Versions: 5

Compression:

Stored size: 721 Bytes

Contents

# VeloPayments::CreateWebhookRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **payor_id** | **String** |  |  |
| **webhook_url** | **String** | the webhook URL to use. |  |
| **authorization_header** | **String** | the authorization header to include with the notification. | [optional] |
| **enabled** | **Boolean** | whether the webhook is enabled. |  |
| **categories** | [**Array<Category>**](Category.md) | the categories to enable. | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::CreateWebhookRequest.new(
  payor_id: null,
  webhook_url: null,
  authorization_header: null,
  enabled: null,
  categories: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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