Conekta::EventResponse
December 21, 2023 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| created_at | Integer | [optional] | |
| data | Hash<String, Object> | [optional] | |
| id | String | [optional] | |
| livemode | Boolean | [optional] | |
| object | String | [optional] | |
| type | String | [optional] | |
| webhook_logs | Array<WebhookLog> | [optional] | |
| webhook_status | String | [optional] |
Example
require 'conekta'
instance = Conekta::EventResponse.new(
created_at: 1661445644,
data: {"action":"ping","livemode":true},
id: 6307a60c41de27127515a575,
livemode: true,
object: event,
type: webhook_ping,
webhook_logs: null,
webhook_status: successful
)