Method: Plaid::ItemRemoveRequest.openapi_types
- Defined in:
- lib/plaid/models/item_remove_request.rb
.openapi_types ⇒ Object
Attribute type mapping.
72 73 74 75 76 77 78 79 80 |
# File 'lib/plaid/models/item_remove_request.rb', line 72 def self.openapi_types { :'client_id' => :'String', :'secret' => :'String', :'access_token' => :'String', :'reason_code' => :'ItemRemoveReasonCode', :'reason_note' => :'String' } end |