Conekta::ResendEventRequest

July 21, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
webhooks_idsArray<String>webhooks ids to resend event

Example

require 'conekta'

instance = Conekta::ResendEventRequest.new(
  webhooks_ids: [6307a60c41de27127515a575, 6307a60c41de27127515a571]
)