class PayPal::SDK::REST::DataTypes::WebhooksEventType
Public Class Methods
all(options = {})
click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 1465 def all(options = {}) path = "v1/notifications/webhooks-event-types" EventTypeList.new(api.get(path, options)) end
load_members()
click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 1458 def self.load_members array_of :event_types, EventType end