Sha256: 656210f07fca795e74608013c43a2f9bf0671363c9e5a372e4c3ca74681e32d4

Contents?: true

Size: 592 Bytes

Versions: 4

Compression:

Stored size: 592 Bytes

Contents

# Plaid::DepositSwitchAltCreateResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **deposit_switch_id** | **String** | ID of the deposit switch. This ID is persisted throughout the lifetime of the deposit switch. |  |
| **request_id** | **String** | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. |  |

## Example

```ruby
require 'plaid'

instance = Plaid::DepositSwitchAltCreateResponse.new(
  deposit_switch_id: null,
  request_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.4 docs/DepositSwitchAltCreateResponse.md
plaid-14.0.0.beta.3 docs/DepositSwitchAltCreateResponse.md
plaid-14.0.0.beta.2 docs/DepositSwitchAltCreateResponse.md
plaid-14.0.0.beta.1 docs/DepositSwitchAltCreateResponse.md