Sha256: 6b5e03c12e16ddf7758388b6bc7171d1ad2a2f184beb62eefde629bc05a3719c
Contents?: true
Size: 551 Bytes
Versions: 4
Compression:
Stored size: 551 Bytes
Contents
# Plaid::BankTransferEventSyncResponse ## 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::BankTransferEventSyncResponse.new( bank_transfer_events: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems