Module: Peddler::Notifications::TransactionUpdate
- Defined in:
- lib/peddler/notifications/transaction_update.rb,
lib/peddler/notifications/transaction_update/payload.rb,
lib/peddler/notifications/transaction_update/notification.rb,
lib/peddler/notifications/transaction_update/total_amount.rb,
lib/peddler/notifications/transaction_update/related_identifier.rb,
lib/peddler/notifications/transaction_update/selling_partner_metadata.rb,
lib/peddler/notifications/transaction_update/transaction_update_notification.rb,
sig/peddler/notifications/transaction_update.rbs
Overview
The root schema
The notification response schema that comprises the entire JSON document for the notification.
Defined Under Namespace
Classes: Notification, Payload, RelatedIdentifier, SellingPartnerMetadata, TotalAmount, TransactionUpdateNotification
Class Method Summary collapse
Class Method Details
.parse(hash) ⇒ Peddler::Notifications::TransactionUpdate::Notification
12 13 14 |
# File 'lib/peddler/notifications/transaction_update.rb', line 12 def parse(hash) Notification.parse(hash) end |