Sha256: 8512fde7f814e6f89eddefa30d29fba14097b8bdc568b4e898fe5408f85d02a4
Contents?: true
Size: 557 Bytes
Versions: 4
Compression:
Stored size: 557 Bytes
Contents
# Plaid::CategoriesGetResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **categories** | [**Array<Category>**](Category.md) | An array of all of the transaction categories used by Plaid. | | | **request_id** | **String** | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. | | ## Example ```ruby require 'plaid' instance = Plaid::CategoriesGetResponse.new( categories: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems