Sha256: 6787b85c7f5c4ccade206e64ce489cf8b628cfa7cfe5ae3d1e2fb186ace207a8

Contents?: true

Size: 635 Bytes

Versions: 4

Compression:

Stored size: 635 Bytes

Contents

# Plaid::Warning

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **warning_type** | **String** | The warning type, which will always be `ASSET_REPORT_WARNING` |  |
| **warning_code** | **String** | The warning code identifies a specific kind of warning. Currently, the only possible warning code is `OWNERS_UNAVAILABLE`, which indicates that account-owner information is not available. |  |
| **cause** | [**Cause**](Cause.md) |  |  |

## Example

```ruby
require 'plaid'

instance = Plaid::Warning.new(
  warning_type: null,
  warning_code: null,
  cause: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.4 docs/Warning.md
plaid-14.0.0.beta.3 docs/Warning.md
plaid-14.0.0.beta.2 docs/Warning.md
plaid-14.0.0.beta.1 docs/Warning.md