Sha256: 900875ff550e1beb144fb46e3f3c06b4e1336c776e896656ca31313a9884f596
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
# Plaid::SandboxItemSetVerificationStatusRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] | | **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] | | **access_token** | **String** | The access token associated with the Item data is being requested for. | | | **account_id** | **String** | The `account_id` of the account whose verification status is to be modified | | | **verification_status** | **String** | The verification status to set the account to. | | ## Example ```ruby require 'plaid' instance = Plaid::SandboxItemSetVerificationStatusRequest.new( client_id: null, secret: null, access_token: null, account_id: null, verification_status: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/SandboxItemSetVerificationStatusRequest.md |