Sha256: 93b7ccc8a1a260edcf95ae3d641d74bdc65716343fc039c96c5b18db8592c817
Contents?: true
Size: 441 Bytes
Versions: 3
Compression:
Stored size: 441 Bytes
Contents
# Plaid::PaymentInitiationRecipientListRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::PaymentInitiationRecipientListRequest.new( client_id: null, secret: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems