Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 340 Bytes

WebhookKeyUpdateRequest.md

File metadata and controls

18 lines (12 loc) · 340 Bytes

Conekta::WebhookKeyUpdateRequest

Properties

Name Type Description Notes
active Boolean Indicates if the webhook key is active [optional][default to false]

Example

require 'conekta'

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