Sha256: 95b31e6905309b69db1d2953755ab584872a1c814350a6ed444a11f4f383dd38
Contents?: true
Size: 616 Bytes
Versions: 4
Compression:
Stored size: 616 Bytes
Contents
# Plaid::ProcessorStripeBankAccountTokenCreateResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **stripe_bank_account_token** | **String** | A token that can be sent to Stripe for use in making API calls to Plaid | | | **request_id** | **String** | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. | | ## Example ```ruby require 'plaid' instance = Plaid::ProcessorStripeBankAccountTokenCreateResponse.new( stripe_bank_account_token: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems