Conekta::WebhookKeyUpdateRequest
August 1, 2023 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| active | Boolean | Indicates if the webhook key is active | [optional][default to false] |
Example
require 'conekta'
instance = Conekta::WebhookKeyUpdateRequest.new(
active: false
)