Sha256: 676f96b06904150e6dc0765d0a44009ba08ba878a037517911a7f51e841acf89
Contents?: true
Size: 676 Bytes
Versions: 4
Compression:
Stored size: 676 Bytes
Contents
# Plaid::SandboxProcessorTokenCreateRequestOptions ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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'] | ## Example ```ruby require 'plaid' instance = Plaid::SandboxProcessorTokenCreateRequestOptions.new( override_username: null, override_password: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems