Sha256: cd5d919ed055cca70fcb661aab472d5329df049dd4faf1ee400784969620a08a
Contents?: true
Size: 593 Bytes
Versions: 3
Compression:
Stored size: 593 Bytes
Contents
# Plaid::IncomeVerificationCreateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [optional] | | **webhook** | **String** | The URL endpoint to which Plaid should send webhooks related to the progress of the income verification process. | | ## Example ```ruby require 'plaid' instance = Plaid::IncomeVerificationCreateRequest.new( client_id: null, secret: null, webhook: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.3 | docs/IncomeVerificationCreateRequest.md |
plaid-14.0.0.beta.2 | docs/IncomeVerificationCreateRequest.md |
plaid-14.0.0.beta.1 | docs/IncomeVerificationCreateRequest.md |