Sha256: 897a1a687ca41b9f686bd624d66d855d2c73facb6e32acc41666ee682940fe51
Contents?: true
Size: 954 Bytes
Versions: 4
Compression:
Stored size: 954 Bytes
Contents
# Plaid::SandboxPublicTokenCreateRequestOptions ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **webhook** | **String** | Specify a webhook to associate with the new Item. | [optional] | | **override_username** | **String** | Test username to use for the creation of the Sandbox Item. Default value is `user_good`. | [optional][default to 'user_good'] | | **override_password** | **String** | Test password to use for the creation of the Sandbox Item. Default value is `pass_good`. | [optional][default to 'pass_good'] | | **transactions** | [**SandboxPublicTokenCreateRequestOptionsTransactions**](SandboxPublicTokenCreateRequestOptionsTransactions.md) | | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::SandboxPublicTokenCreateRequestOptions.new( webhook: null, override_username: null, override_password: null, transactions: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems