class FedexWebServices::Soap::Rate::EMailNotificationRecipient

{fedex.com/ws/rate/v13}EMailNotificationRecipient

eMailNotificationRecipientType - FedexWebServices::Soap::Rate::EMailNotificationRecipientType
eMailAddress - SOAP::SOAPString
notificationEventsRequested - FedexWebServices::Soap::Rate::EMailNotificationEventType
format - FedexWebServices::Soap::Rate::EMailNotificationFormatType
localization - FedexWebServices::Soap::Rate::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/RateServiceDefinitions.rb, line 1002
def initialize(eMailNotificationRecipientType = nil, eMailAddress = nil, notificationEventsRequested = [], format = nil, localization = nil)
  @eMailNotificationRecipientType = eMailNotificationRecipientType
  @eMailAddress = eMailAddress
  @notificationEventsRequested = notificationEventsRequested
  @format = format
  @localization = localization
end