Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 326 Bytes

WebhookKeyRequest.md

File metadata and controls

18 lines (12 loc) · 326 Bytes

Conekta::WebhookKeyRequest

Properties

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

Example

require 'conekta'

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