Conekta::WebhookKeyUpdateRequest

August 1, 2023 ยท View on GitHub

Properties

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

Example

require 'conekta'

instance = Conekta::WebhookKeyUpdateRequest.new(
  active: false
)