Sha256: d766edbc8ea970c3924db2fa04ff06e34a3b7ec504cd3caeae28460126c98fc9
Contents?: true
Size: 842 Bytes
Versions: 3
Compression:
Stored size: 842 Bytes
Contents
# Plaid::SandboxItemSetVerificationStatusRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [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
3 entries across 3 versions & 1 rubygems