Sha256: 916d22a5aa793b53cb97275214643fe4f47da87f053492dc2809643a1bbc80a1
Contents?: true
Size: 942 Bytes
Versions: 3
Compression:
Stored size: 942 Bytes
Contents
# Plaid::SandboxPublicTokenCreateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [optional] | | **institution_id** | **String** | The ID of the institution the Item will be associated with | | | **initial_products** | [**Array<Products>**](Products.md) | The products to initially pull for the Item. May be any products that the specified `institution_id` supports. This array may not be empty. | | | **options** | [**SandboxPublicTokenCreateRequestOptions**](SandboxPublicTokenCreateRequestOptions.md) | | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::SandboxPublicTokenCreateRequest.new( client_id: null, secret: null, institution_id: null, initial_products: null, options: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.3 | docs/SandboxPublicTokenCreateRequest.md |
plaid-14.0.0.beta.2 | docs/SandboxPublicTokenCreateRequest.md |
plaid-14.0.0.beta.1 | docs/SandboxPublicTokenCreateRequest.md |