Sha256: cac91827d329b0116155953c23e92950213d3df887b13edf4bf102c034233c19
Contents?: true
Size: 659 Bytes
Versions: 4
Compression:
Stored size: 659 Bytes
Contents
# Plaid::ItemPublicTokenCreateResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **public_token** | **String** | A `public_token` for the particular Item corresponding to the specified `access_token` | | | **expiration** | **Time** | | [optional] | | **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::ItemPublicTokenCreateResponse.new( public_token: null, expiration: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems