Sha256: 946213c93054126cde736a81ca2806c4f8602e04dfd6bd68e812d6a3aa578cf9
Contents?: true
Size: 734 Bytes
Versions: 3
Compression:
Stored size: 734 Bytes
Contents
# Plaid::ProcessorStripeBankAccountTokenCreateRequest ## 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::ProcessorStripeBankAccountTokenCreateRequest.new( client_id: null, secret: null, access_token: null, account_id: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems