Method: Plaid::Webhook#code

Defined in:
lib/plaid/webhook.rb

#codeObject (readonly)

Public: The Integer code denoting the type of webhook this is. E.g. 0



16
17
18
# File 'lib/plaid/webhook.rb', line 16

def code
  @code
end