Sha256: dd48114ad47d6e9ad508901ddf55fb3370e84bf34d892572672c5ba944d2f30f
Contents?: true
Size: 586 Bytes
Versions: 4
Compression:
Stored size: 586 Bytes
Contents
# Plaid::ProcessorTokenCreateResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **processor_token** | **String** | The `processor_token` that can then be used by the Plaid partner to make API requests | | | **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::ProcessorTokenCreateResponse.new( processor_token: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems