Sha256: c9aa70b18f4157f3c08a524a5f2588619fa85a5d977db07ad408f9540d060ed1
Contents?: true
Size: 551 Bytes
Versions: 4
Compression:
Stored size: 551 Bytes
Contents
# Plaid::BankTransferEventListResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **bank_transfer_events** | [**Array<BankTransferEvent>**](BankTransferEvent.md) | | | | **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::BankTransferEventListResponse.new( bank_transfer_events: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems