Conekta::EventResponse

December 21, 2023 ยท View on GitHub

Properties

NameTypeDescriptionNotes
created_atInteger[optional]
dataHash<String, Object>[optional]
idString[optional]
livemodeBoolean[optional]
objectString[optional]
typeString[optional]
webhook_logsArray<WebhookLog>[optional]
webhook_statusString[optional]

Example

require 'conekta'

instance = Conekta::EventResponse.new(
  created_at: 1661445644,
  data: {&quot;action&quot;:&quot;ping&quot;,&quot;livemode&quot;:true},
  id: 6307a60c41de27127515a575,
  livemode: true,
  object: event,
  type: webhook_ping,
  webhook_logs: null,
  webhook_status: successful
)