Sha256: 766a256eba9c8439290596305d430af404c88db1f2fff48fd2084cb3b64bd482
Contents?: true
Size: 508 Bytes
Versions: 4
Compression:
Stored size: 508 Bytes
Contents
# Plaid::BankTransferCreateResponse ## 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::BankTransferCreateResponse.new( bank_transfer: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems