Sha256: bc755572a8b149cd50df4ff2bbbcdf737011b5ee81d1fed25fee177e45e85bc1

Contents?: true

Size: 885 Bytes

Versions: 6

Compression:

Stored size: 885 Bytes

Contents

# Conekta::WebhookKeyDeleteResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **active** | **Boolean** | Indicates if the webhook key is active | [optional] |
| **created_at** | **Integer** | Unix timestamp in seconds with the creation date of the webhook key | [optional] |
| **deleted** | **Boolean** | Indicates if the webhook key is deleted | [optional] |
| **id** | **String** | Unique identifier of the webhook key | [optional] |
| **livemode** | **Boolean** | Indicates if the webhook key is in live mode | [optional] |
| **object** | **String** | Object name, value is webhook_key | [optional] |

## Example

```ruby
require 'conekta'

instance = Conekta::WebhookKeyDeleteResponse.new(
  active: true,
  created_at: 1577836800,
  deleted: true,
  id: 62730ba6fb7dfd6a712f118e,
  livemode: false,
  object: webhook_key
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
conekta-6.0.5 docs/WebhookKeyDeleteResponse.md
conekta-6.0.4 docs/WebhookKeyDeleteResponse.md
conekta-6.0.3 docs/WebhookKeyDeleteResponse.md
conekta-6.0.2 docs/WebhookKeyDeleteResponse.md
conekta-6.0.1 docs/WebhookKeyDeleteResponse.md
conekta-6.0.0 docs/WebhookKeyDeleteResponse.md