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