Sha256: 991375a82ab84b9dee2132abae4052043e89387727a1cadb09f98327e91bd6e4

Contents?: true

Size: 1.29 KB

Versions: 4

Compression:

Stored size: 1.29 KB

Contents

# Plaid::LinkTokenGetMetadataResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **initial_products** | [**Array<Products>**](Products.md) | The `products` specified in the `/link/token/create` call. | [optional] |
| **webhook** | **String** | The `webhook` specified in the `/link/token/create` call. | [optional] |
| **country_codes** | [**Array<CountryCode>**](CountryCode.md) | The `country_codes` specified in the `/link/token/create` call. | [optional] |
| **language** | **String** | The `language` specified in the `/link/token/create` call. | [optional] |
| **account_filters** | [**AccountFiltersResponse**](AccountFiltersResponse.md) |  | [optional] |
| **redirect_uri** | **String** | The `redirect_uri` specified in the `/link/token/create` call. | [optional] |
| **client_name** | **String** | The `client_name` specified in the `/link/token/create` call. | [optional] |

## Example

```ruby
require 'plaid'

instance = Plaid::LinkTokenGetMetadataResponse.new(
  initial_products: null,
  webhook: null,
  country_codes: null,
  language: null,
  account_filters: null,
  redirect_uri: null,
  client_name: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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