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