Sha256: 6cef00103e2d00eee20b918e037ce48428bf11053d1bc02aeb4578d5d68a8642
Contents?: true
Size: 524 Bytes
Versions: 3
Compression:
Stored size: 524 Bytes
Contents
# Plaid::PaymentInitiationRecipientGetRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [optional] | | **recipient_id** | **String** | The ID of the recipient | | ## Example ```ruby require 'plaid' instance = Plaid::PaymentInitiationRecipientGetRequest.new( client_id: null, secret: null, recipient_id: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems