Sha256: 2fdb70cf942de14752b0e9fe9860c906427747e6cdd63dc91907c6e50cc009ee
Contents?: true
Size: 573 Bytes
Versions: 4
Compression:
Stored size: 573 Bytes
Contents
# Plaid::ProcessorAuthGetResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **request_id** | **String** | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. | | | **numbers** | [**ProcessorNumber**](ProcessorNumber.md) | | | | **account** | [**AccountBase**](AccountBase.md) | | | ## Example ```ruby require 'plaid' instance = Plaid::ProcessorAuthGetResponse.new( request_id: null, numbers: null, account: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems