class FedexWebServices::Soap::Ship::ShippingDocumentEMailRecipient

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

recipientType - FedexWebServices::Soap::Ship::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/ShipServiceDefinitions.rb, line 3237
def initialize(recipientType = nil, address = nil)
  @recipientType = recipientType
  @address = address
end