Sha256: d589e73672e848690ac00d3b91a1a726d4e2c5f700d93d0629268ac80ffe9ab6
Contents?: true
Size: 777 Bytes
Versions: 3
Compression:
Stored size: 777 Bytes
Contents
# Plaid::DepositSwitchCreateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [optional] | | **target_access_token** | **String** | Access token for the target Item, typically provided in the Import Item response. | | | **target_account_id** | **String** | Plaid Account ID that specifies the target bank account. This account will become the recipient for a user's direct deposit. | | ## Example ```ruby require 'plaid' instance = Plaid::DepositSwitchCreateRequest.new( client_id: null, secret: null, target_access_token: null, target_account_id: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.3 | docs/DepositSwitchCreateRequest.md |
plaid-14.0.0.beta.2 | docs/DepositSwitchCreateRequest.md |
plaid-14.0.0.beta.1 | docs/DepositSwitchCreateRequest.md |