Method: Plaid::UserCustomPassword#version
- Defined in:
- lib/plaid/models/user_custom_password.rb
#version ⇒ Object
The version of the password schema to use, possible values are 1 or 2. The default value is 2. You should only specify 1 if you know it is necessary for your test suite.
20 21 22 |
# File 'lib/plaid/models/user_custom_password.rb', line 20 def version @version end |