Sha256: b10a9d08a2e5d1d9b1ea8a25d159aa16259d41badf7f3fc9d652c555b7a98f2d

Contents?: true

Size: 1.12 KB

Versions: 5

Compression:

Stored size: 1.12 KB

Contents

# MoneyKit::Body

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **webhook_major_version** | **Object** |  | [optional] |
| **webhook_minor_version** | **Object** |  | [optional] |
| **webhook_idempotency_key** | **Object** |  |  |
| **webhook_timestamp** | **Object** |  |  |
| **link_id** | **Object** |  |  |
| **link_tags** | **Object** |  |  |
| **webhook_event** | **Object** |  | [optional] |
| **state** | [**LinkProductState**](LinkProductState.md) |  |  |
| **error** | [**PublicLinkError**](PublicLinkError.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_major_version: null,
  webhook_minor_version: null,
  webhook_idempotency_key: null,
  webhook_timestamp: null,
  link_id: null,
  link_tags: null,
  webhook_event: null,
  state: null,
  error: null,
  error_message: null,
  product: null,
  state_changed_at: null,
  has_history: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
moneykit-0.1.15 docs/Body.md
moneykit-0.1.14 docs/Body.md
moneykit-0.1.13 docs/Body.md
moneykit-0.1.12 docs/Body.md
moneykit-0.1.11 docs/Body.md