Module: Hyperwallet::Client::WebhookNotification

Included in:
Hyperwallet::Client
Defined in:
lib/hyperwallet/resources/webhook_notification.rb

Constant Summary collapse

PATH =
'webhook-notifications'.freeze

Instance Method Summary collapse

Instance Method Details

#list_webhook_notifications(options = {}) ⇒ Object



6
7
8
# File 'lib/hyperwallet/resources/webhook_notification.rb', line 6

def list_webhook_notifications(options = {})
  get(webhook_notifications_path, options)
end