Method: Plaid::IssueResolvedWebhook.openapi_types
- Defined in:
- lib/plaid/models/issue_resolved_webhook.rb
.openapi_types ⇒ Object
Attribute type mapping.
59 60 61 62 63 64 65 66 67 68 69 |
# File 'lib/plaid/models/issue_resolved_webhook.rb', line 59 def self.openapi_types { :'webhook_type' => :'String', :'webhook_code' => :'String', :'issue_id' => :'String', :'issue_description' => :'String', :'issue_resolved_at' => :'Time', :'institution_id' => :'String', :'institution_name' => :'String' } end |