Sha256: 42c3b4d6c7b32ba2807c4f79ae35f5a237daa012d2471a6f2344c32e2bb44624
Contents?: true
Size: 656 Bytes
Versions: 5
Compression:
Stored size: 656 Bytes
Contents
# VeloPayments::WebhookResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **payor_id** | **String** | | [optional] | | **webhook_url** | **String** | | [optional] | | **authorization_header** | **String** | | [optional] | | **enabled** | **Boolean** | | [optional] | | **categories** | [**Array<Category>**](Category.md) | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::WebhookResponse.new( id: null, payor_id: null, webhook_url: null, authorization_header: null, enabled: null, categories: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems