Sha256: 9b9bf0a5df844316bfe40c4ff2618d64f2c57e7036d64b2ca2712ea15589d6e0
Contents?: true
Size: 628 Bytes
Versions: 4
Compression:
Stored size: 628 Bytes
Contents
# Plaid::PaymentInitiationRecipientListResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **recipients** | [**Array<PaymentInitiationRecipient>**](PaymentInitiationRecipient.md) | An array of payment recipients created for Payment Initiation | | | **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::PaymentInitiationRecipientListResponse.new( recipients: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems