Sha256: ea2aadc34c179522629566e967460cca0ec63202d9383a96a9f3cb89e8e41d99
Contents?: true
Size: 581 Bytes
Versions: 3
Compression:
Stored size: 581 Bytes
Contents
# Plaid::PaymentInitiationPaymentGetRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [optional] | | **payment_id** | **String** | The `payment_id` returned from `/payment_initiation/payment/create`. | | ## Example ```ruby require 'plaid' instance = Plaid::PaymentInitiationPaymentGetRequest.new( client_id: null, secret: null, payment_id: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems