Sha256: 4e4aad73bbd832699b2974cdbca485b4f7f44564115795958648829940ded33d
Contents?: true
Size: 524 Bytes
Versions: 4
Compression:
Stored size: 524 Bytes
Contents
# Plaid::SandboxItemResetLoginResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **reset_login** | **Boolean** | `true` if the call succeeded | | | **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::SandboxItemResetLoginResponse.new( reset_login: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems