Conekta::WebhookKeyRequest

August 1, 2023 ยท View on GitHub

Properties

NameTypeDescriptionNotes
activeBooleanIndicates if the webhook key is active[optional][default to true]

Example

require 'conekta'

instance = Conekta::WebhookKeyRequest.new(
  active: true
)