class FedexWebServices::Soap::Rate::ShippingDocumentEMailRecipient

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

recipientType - FedexWebServices::Soap::Rate::EMailNotificationRecipientType
address - SOAP::SOAPString

Attributes

address[RW]
recipientType[RW]

Public Class Methods

new(recipientType = nil, address = nil) click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 2775
def initialize(recipientType = nil, address = nil)
  @recipientType = recipientType
  @address = address
end