Sha256: d456542cabc89df189499e59cea649a6cb7974a1939adaf9414d8389846e3af9
Contents?: true
Size: 597 Bytes
Versions: 3
Compression:
Stored size: 597 Bytes
Contents
# Plaid::PaymentInitiationPaymentTokenCreateRequest ## 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::PaymentInitiationPaymentTokenCreateRequest.new( client_id: null, secret: null, payment_id: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems