class FedexWebServices::Soap::Ship::EMailNotificationRecipient

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

eMailNotificationRecipientType - FedexWebServices::Soap::Ship::EMailNotificationRecipientType
eMailAddress - SOAP::SOAPString
notificationEventsRequested - FedexWebServices::Soap::Ship::EMailNotificationEventType
format - FedexWebServices::Soap::Ship::EMailNotificationFormatType
localization - FedexWebServices::Soap::Ship::Localization

Attributes

eMailAddress[RW]
eMailNotificationRecipientType[RW]
format[RW]
localization[RW]
notificationEventsRequested[RW]

Public Class Methods

new(eMailNotificationRecipientType = nil, eMailAddress = nil, notificationEventsRequested = [], format = nil, localization = nil) click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 1345
def initialize(eMailNotificationRecipientType = nil, eMailAddress = nil, notificationEventsRequested = [], format = nil, localization = nil)
  @eMailNotificationRecipientType = eMailNotificationRecipientType
  @eMailAddress = eMailAddress
  @notificationEventsRequested = notificationEventsRequested
  @format = format
  @localization = localization
end