Module: Peddler::Notifications::ListingsItemMfnQuantityChange

Defined in:
lib/peddler/notifications/listings_item_mfn_quantity_change.rb,
lib/peddler/notifications/listings_item_mfn_quantity_change/payload.rb,
lib/peddler/notifications/listings_item_mfn_quantity_change/notification.rb,
sig/peddler/notifications/listings_item_mfn_quantity_change.rbs

Overview

Listings Item MFN Quantity Change Notification

To be delivered when the inventory quantity of a MFN Seller listing changes.

Defined Under Namespace

Classes: Notification, Payload

Class Method Summary collapse

Class Method Details

.parse(hash) ⇒ Peddler::Notifications::ListingsItemMfnQuantityChange::Notification

Parameters:

  • (Hash[String | Symbol, untyped])

Returns:



12
13
14
# File 'lib/peddler/notifications/listings_item_mfn_quantity_change.rb', line 12

def parse(hash)
  Notification.parse(hash)
end