Sha256: 04715b2e46c8762a67c0d221db7d63b9e51537ec23540339bb1e73ddbc1d9abd
Contents?: true
Size: 704 Bytes
Versions: 3
Compression:
Stored size: 704 Bytes
Contents
# Plaid::SandboxProcessorTokenCreateRequest ## 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 | | | **options** | [**SandboxProcessorTokenCreateRequestOptions**](SandboxProcessorTokenCreateRequestOptions.md) | | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::SandboxProcessorTokenCreateRequest.new( client_id: null, secret: null, institution_id: null, options: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems