Method: FuseClient::CreateLinkTokenRequestPlaid#config
- Defined in:
- lib/fuse_client/models/create_link_token_request_plaid.rb
#config ⇒ Object
Follows the same schema as Plaid’s Link Token Create Schema(plaid.com/docs/api/tokens/#linktokencreate). ‘products’, ‘client_id’, ‘secret’, ‘client_user_id’, ‘client_name’, ‘webhook’, ‘institution_data’ and ‘country_codes’ (only US and Canada is supported right now) will be set by Fuse and override any values you set.
20 21 22 |
# File 'lib/fuse_client/models/create_link_token_request_plaid.rb', line 20 def config @config end |