Module: Peddler::Notifications::OrderChange
- Defined in:
- lib/peddler/notifications/order_change.rb,
lib/peddler/notifications/order_change/payload.rb,
lib/peddler/notifications/order_change/summary.rb,
lib/peddler/notifications/order_change/order_item.rb,
lib/peddler/notifications/order_change/notification.rb,
lib/peddler/notifications/order_change/order_change_trigger.rb,
lib/peddler/notifications/order_change/order_change_notification.rb,
sig/peddler/notifications/order_change.rbs
Overview
The root schema
The notification response schema that comprises the entire JSON document for ORDER_CHANGE notification.
Defined Under Namespace
Classes: Notification, OrderChangeNotification, OrderChangeTrigger, OrderItem, Payload, Summary
Class Method Summary collapse
Class Method Details
.parse(hash) ⇒ Peddler::Notifications::OrderChange::Notification
12 13 14 |
# File 'lib/peddler/notifications/order_change.rb', line 12 def parse(hash) Notification.parse(hash) end |