class FedexWebServices::Soap::Ship::ReturnShipmentDetail

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

returnType - FedexWebServices::Soap::Ship::ReturnType
rma - FedexWebServices::Soap::Ship::Rma
returnEMailDetail - FedexWebServices::Soap::Ship::ReturnEMailDetail
returnAssociation - FedexWebServices::Soap::Ship::ReturnAssociationDetail

Attributes

returnAssociation[RW]
returnEMailDetail[RW]
returnType[RW]
rma[RW]

Public Class Methods

new(returnType = nil, rma = nil, returnEMailDetail = nil, returnAssociation = nil) click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 2742
def initialize(returnType = nil, rma = nil, returnEMailDetail = nil, returnAssociation = nil)
  @returnType = returnType
  @rma = rma
  @returnEMailDetail = returnEMailDetail
  @returnAssociation = returnAssociation
end