Class: Peddler::APIs::NotificationsV1::OrderChangeTypes
- Inherits:
-
Array
- Object
- Array
- Peddler::APIs::NotificationsV1::OrderChangeTypes
- Defined in:
- lib/peddler/apis/notifications_v1/order_change_types.rb,
sig/peddler/apis/notifications_v1.rbs
Overview
A list of order change types you can subscribe to (for example, BuyerRequestedChange). To receive
notifications of all change types, do not provide this list.
Class Method Summary collapse
Class Method Details
.parse(array) ⇒ OrderChangeTypes
12 13 14 |
# File 'lib/peddler/apis/notifications_v1/order_change_types.rb', line 12 def parse(array) new(array) end |