Sha256: 7e76130691eca0b671524dbd87f130518fba1ce33c68815506af3540ad0be413
Contents?: true
Size: 677 Bytes
Versions: 4
Compression:
Stored size: 677 Bytes
Contents
# Plaid::BankTransferMigrateAccountResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **access_token** | **String** | The Plaid `access_token` for the newly created Item. | | | **account_id** | **String** | The Plaid `account_id` for the newly created Item. | | | **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::BankTransferMigrateAccountResponse.new( access_token: null, account_id: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems