class FedexWebServices::Soap::Rate::ReturnShipmentDetail

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

returnType - FedexWebServices::Soap::Rate::ReturnType
rma - FedexWebServices::Soap::Rate::Rma
returnEMailDetail - FedexWebServices::Soap::Rate::ReturnEMailDetail
returnAssociation - FedexWebServices::Soap::Rate::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/RateServiceDefinitions.rb, line 2415
def initialize(returnType = nil, rma = nil, returnEMailDetail = nil, returnAssociation = nil)
  @returnType = returnType
  @rma = rma
  @returnEMailDetail = returnEMailDetail
  @returnAssociation = returnAssociation
end