Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 451 Bytes

ApiKeyUpdateRequest.md

File metadata and controls

20 lines (14 loc) · 451 Bytes

Conekta::ApiKeyUpdateRequest

Properties

Name Type Description Notes
active Boolean Indicates if the webhook key is active [optional]
description String A 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
)