Sha256: aa92cb67da6fc253c8dd26c8e3a3d7ff472900ab6cb8bd96a0c865f353cd7d3d
Contents?: true
Size: 529 Bytes
Versions: 3
Compression:
Stored size: 529 Bytes
Contents
# Plaid::DepositSwitchTokenCreateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [optional] | | **deposit_switch_id** | **String** | The ID of the deposit switch | | ## Example ```ruby require 'plaid' instance = Plaid::DepositSwitchTokenCreateRequest.new( client_id: null, secret: null, deposit_switch_id: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.3 | docs/DepositSwitchTokenCreateRequest.md |
plaid-14.0.0.beta.2 | docs/DepositSwitchTokenCreateRequest.md |
plaid-14.0.0.beta.1 | docs/DepositSwitchTokenCreateRequest.md |