Method: Plaid::FallbackAuthMicrodepositAutoVerifiedWebhook.openapi_types

Defined in:
lib/plaid/models/fallback_auth_microdeposit_auto_verified_webhook.rb

.openapi_typesObject

Attribute type mapping.



76
77
78
79
80
81
82
83
84
85
# File 'lib/plaid/models/fallback_auth_microdeposit_auto_verified_webhook.rb', line 76

def self.openapi_types
  {
    :'webhook_type' => :'String',
    :'webhook_code' => :'String',
    :'error' => :'String',
    :'account_id' => :'String',
    :'item_id' => :'String',
    :'environment' => :'WebhookEnvironmentValues'
  }
end