class FedexWebServices::Soap::Ship::EMailNotificationDetail

{fedex.com/ws/ship/v12}EMailNotificationDetail

aggregationType - FedexWebServices::Soap::Ship::EMailNotificationAggregationType
personalMessage - SOAP::SOAPString
recipients - FedexWebServices::Soap::Ship::EMailNotificationRecipient

Attributes

aggregationType[RW]
personalMessage[RW]
recipients[RW]

Public Class Methods

new(aggregationType = nil, personalMessage = nil, recipients = []) click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 1325
def initialize(aggregationType = nil, personalMessage = nil, recipients = [])
  @aggregationType = aggregationType
  @personalMessage = personalMessage
  @recipients = recipients
end