Sha256: 7c0a0ffd02d8ac9a46a48e1f972cb22183fc422578a3f0502f4a150e5beb84d4
Contents?: true
Size: 326 Bytes
Versions: 6
Compression:
Stored size: 326 Bytes
Contents
# Conekta::WebhookKeyRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **active** | **Boolean** | Indicates if the webhook key is active | [optional][default to true] | ## Example ```ruby require 'conekta' instance = Conekta::WebhookKeyRequest.new( active: true ) ```
Version data entries
6 entries across 6 versions & 1 rubygems