Sha256: 16fc3fdc24ca35ecd3cd65f241d4460a6eb7eaffe644a850dd0973d1d5cdb93c
Contents?: true
Size: 419 Bytes
Versions: 4
Compression:
Stored size: 419 Bytes
Contents
# Plaid::BankTransferCancelResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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::BankTransferCancelResponse.new( request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems