Sha256: ab6e83a3be33bb37f1f55295ab4ae2013e92daec6326d4ca42a28bfc1c2a92e9
Contents?: true
Size: 546 Bytes
Versions: 4
Compression:
Stored size: 546 Bytes
Contents
# Plaid::PaymentInitiationRecipientCreateResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **recipient_id** | **String** | A unique ID identifying the recipient | | | **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::PaymentInitiationRecipientCreateResponse.new( recipient_id: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems