Sha256: 3fa6abaedbed00c3d4a799b1939c5069d15898734bfacbef2ae8ec45dcd0f06a
Contents?: true
Size: 443 Bytes
Versions: 1
Compression:
Stored size: 443 Bytes
Contents
# Plaid::SandboxBankTransferFireWebhookResponse ## 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::SandboxBankTransferFireWebhookResponse.new( request_id: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/SandboxBankTransferFireWebhookResponse.md |