Sha256: 835e0aaa36d1b4a82cb8f0134563f633bbd172e132fa942bfe7cf530461781a3
Contents?: true
Size: 699 Bytes
Versions: 3
Compression:
Stored size: 699 Bytes
Contents
# Plaid::EmployersSearchRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **client_id** | **String** | Your Plaid API `client_id`. | [optional] | | **secret** | **String** | Your Plaid API `secret`. | [optional] | | **query** | **String** | The employer name to be searched for. | | | **products** | **Array<String>** | The Plaid products the returned employers should support. Currently, this field must be set to `\"deposit_switch\"`. | | ## Example ```ruby require 'plaid' instance = Plaid::EmployersSearchRequest.new( client_id: null, secret: null, query: null, products: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.3 | docs/EmployersSearchRequest.md |
plaid-14.0.0.beta.2 | docs/EmployersSearchRequest.md |
plaid-14.0.0.beta.1 | docs/EmployersSearchRequest.md |