class FedexWebServices::Soap::Close::ShippingDocumentEMailRecipient
{fedex.com/ws/close/v4}ShippingDocumentEMailRecipient
recipientType - FedexWebServices::Soap::Close::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/CloseServiceDefinitions.rb, line 576 def initialize(recipientType = nil, address = nil) @recipientType = recipientType @address = address end