Sha256: 72a0d007c50899afb53a494a953e2dcb47b4633e94c41a6173cf52f6200931dc

Contents?: true

Size: 717 Bytes

Versions: 4

Compression:

Stored size: 717 Bytes

Contents

# Plaid::Category

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **category_id** | **String** | An identifying number for the category. `category_id` is a Plaid-specific identifier and does not necessarily correspond to merchant category codes. |  |
| **group** | **String** | `place` for physical transactions or `special` for other transactions such as bank charges. |  |
| **hierarchy** | **Array<String>** | A hierarchical array of the categories to which this `category_id` belongs. |  |

## Example

```ruby
require 'plaid'

instance = Plaid::Category.new(
  category_id: null,
  group: null,
  hierarchy: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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