Sha256: ad33c3d6e2113cfc0fe76858f680b0d14b8fd3c6f63c6f2ec949ce9c71cb8bef
Contents?: true
Size: 405 Bytes
Versions: 4
Compression:
Stored size: 405 Bytes
Contents
# Plaid::LinkTokenCreateRequestPaymentInitiation ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **payment_id** | **String** | The `payment_id` provided by the `/payment_initiation/payment/create` endpoint. | | ## Example ```ruby require 'plaid' instance = Plaid::LinkTokenCreateRequestPaymentInitiation.new( payment_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems