Sha256: 0d92c374028b3a646566fdc4aff516826ad6a3220c256d41b357e4af643e2b1f
Contents?: true
Size: 1002 Bytes
Versions: 1
Compression:
Stored size: 1002 Bytes
Contents
# Plaid::ProcessorStripeBankAccountTokenCreateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] | | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/ProcessorStripeBankAccountTokenCreateRequest.md |