Method: Plaid::SandboxPublicTokenCreateRequestOptions.attribute_map
- Defined in:
- lib/plaid/models/sandbox_public_token_create_request_options.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
35 36 37 38 39 40 41 42 43 44 |
# File 'lib/plaid/models/sandbox_public_token_create_request_options.rb', line 35 def self.attribute_map { :'webhook' => :'webhook', :'override_username' => :'override_username', :'override_password' => :'override_password', :'transactions' => :'transactions', :'statements' => :'statements', :'income_verification' => :'income_verification' } end |