Sha256: 586791a58174ccb073fb4aa7b3a1a78ac80b6bb477d26b40debed16e766079b3
Contents?: true
Size: 573 Bytes
Versions: 4
Compression:
Stored size: 573 Bytes
Contents
# Plaid::ItemAccessTokenInvalidateResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **new_access_token** | **String** | The access token associated with the Item data is being requested for. | | | **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::ItemAccessTokenInvalidateResponse.new( new_access_token: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems