Sha256: d46630710e6a35fd4ed10fa93aa401580b8d6caf42caf67ce3facd35200acd22

Contents?: true

Size: 862 Bytes

Versions: 4

Compression:

Stored size: 862 Bytes

Contents

# Conekta::EventResponse

## 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>**](WebhookLog.md) |  | [optional] |
| **webhook_status** | **String** |  | [optional] |

## Example

```ruby
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
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
conekta-6.0.4 docs/EventResponse.md
conekta-6.0.3 docs/EventResponse.md
conekta-6.0.2 docs/EventResponse.md
conekta-6.0.1 docs/EventResponse.md