Sha256: d1fe8d68c122ebe335d975c54cee717051d7de560f9daa6a8132c085dedbd0d7

Contents?: true

Size: 513 Bytes

Versions: 3

Compression:

Stored size: 513 Bytes

Contents

# Plaid::DepositSwitchGetRequest

## 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::DepositSwitchGetRequest.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/DepositSwitchGetRequest.md
plaid-14.0.0.beta.2 docs/DepositSwitchGetRequest.md
plaid-14.0.0.beta.1 docs/DepositSwitchGetRequest.md