Sha256: cea7e94a7501cd638e7d5d3b13d38c1b7882d9f19b89afdd2b8a5972f0e54e43

Contents?: true

Size: 1.11 KB

Versions: 6

Compression:

Stored size: 1.11 KB

Contents

# MoneyKit::Body

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **webhook_event** | **Object** |  | [optional] |
| **webhook_major_version** | **Object** |  | [optional] |
| **webhook_minor_version** | **Object** |  | [optional] |
| **webhook_idempotency_key** | **Object** |  |  |
| **webhook_timestamp** | **Object** |  |  |
| **link_id** | **Object** |  |  |
| **link_tags** | **Object** |  |  |
| **state** | [**LinkProductState**](LinkProductState.md) |  |  |
| **error** | [**LinkError**](LinkError.md) |  | [optional] |
| **error_message** | **Object** |  | [optional] |
| **product** | [**Product**](Product.md) |  |  |
| **state_changed_at** | **Object** |  |  |
| **has_history** | **Object** |  |  |

## Example

```ruby
require 'moneykit'

instance = MoneyKit::Body.new(
  webhook_event: null,
  webhook_major_version: null,
  webhook_minor_version: null,
  webhook_idempotency_key: null,
  webhook_timestamp: null,
  link_id: null,
  link_tags: null,
  state: null,
  error: null,
  error_message: null,
  product: null,
  state_changed_at: null,
  has_history: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
moneykit-0.1.10 docs/Body.md
moneykit-0.1.9 docs/Body.md
moneykit-0.1.6 docs/Body.md
moneykit-0.1.5 docs/Body.md
moneykit-0.1.4 docs/Body.md
moneykit-0.1.3 docs/Body.md