Module: Peddler::Notifications::ShipmentTrackingMilestoneChanged

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

Overview

Shipment Tracking Milestone Change Notification Schema.

Notification sent when a shipment tracking milestone changes.

Defined Under Namespace

Classes: Notification, Payload

Class Method Summary collapse

Class Method Details

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

Parameters:

  • (Hash[String | Symbol, untyped])

Returns:



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

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