Sha256: 377f76227041cbcaabf9ced707f1e498acfbbaafe1f62c66aabd2f0edd4b7df7
Contents?: true
Size: 502 Bytes
Versions: 4
Compression:
Stored size: 502 Bytes
Contents
# Plaid::BankTransferGetResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **bank_transfer** | [**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::BankTransferGetResponse.new( bank_transfer: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems