Sha256: 587c9f0db14e5bfbb35644690da00da565f2cc7132125904529b550135bb4165
Contents?: true
Size: 726 Bytes
Versions: 3
Compression:
Stored size: 726 Bytes
Contents
# Plaid::ProcessorApexProcessorTokenCreateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [optional] | | **access_token** | **String** | The access token associated with the Item data is being requested for. | | | **account_id** | **String** | The `account_id` value obtained from the `onSuccess` callback in Link | | ## Example ```ruby require 'plaid' instance = Plaid::ProcessorApexProcessorTokenCreateRequest.new( client_id: null, secret: null, access_token: null, account_id: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems