Method: Plaid::FDXNotification.openapi_types
- Defined in:
- lib/plaid/models/fdx_notification.rb
.openapi_types ⇒ Object
Attribute type mapping.
85 86 87 88 89 90 91 92 93 94 95 96 97 98 |
# File 'lib/plaid/models/fdx_notification.rb', line 85 def self.openapi_types { :'notification_id' => :'String', :'type' => :'FDXNotificationType', :'sent_on' => :'Time', :'category' => :'FDXNotificationCategory', :'severity' => :'FDXNotificationSeverity', :'priority' => :'FDXNotificationPriority', :'publisher' => :'FDXParty', :'subscriber' => :'FDXParty', :'notification_payload' => :'FDXNotificationPayload', :'url' => :'FDXHateoasLink' } end |