Class: Peddler::APIs::FulfillmentOutbound20200701::NotificationEmailList

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/apis/fulfillment_outbound_2020_07_01/notification_email_list.rb,
sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs

Overview

A list of email addresses that the seller provides that are used by Amazon to send ship-complete notifications to recipients on behalf of the seller.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ NotificationEmailList

Parameters:

  • (Array[untyped])

Returns:



12
13
14
# File 'lib/peddler/apis/fulfillment_outbound_2020_07_01/notification_email_list.rb', line 12

def parse(array)
  new(array)
end