Conekta::ApiKeyUpdateRequest

August 1, 2023 ยท View on GitHub

Properties

NameTypeDescriptionNotes
activeBooleanIndicates if the webhook key is active[optional]
descriptionStringA name or brief explanation of what this api key is used for[optional]

Example

require 'conekta'

instance = Conekta::ApiKeyUpdateRequest.new(
  active: true,
  description: online store
)