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