Method: Plaid::IssuesSearchRequest.openapi_types
- Defined in:
- lib/plaid/models/issues_search_request.rb
.openapi_types ⇒ Object
Attribute type mapping.
51 52 53 54 55 56 57 58 59 |
# File 'lib/plaid/models/issues_search_request.rb', line 51 def self.openapi_types { :'client_id' => :'String', :'secret' => :'String', :'item_id' => :'String', :'link_session_id' => :'String', :'link_session_request_id' => :'String' } end |