class FedexWebServices::Soap::Rate::FreightServiceCenterDetail

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

interlineCarrierCode - SOAP::SOAPString
interlineCarrierName - SOAP::SOAPString
additionalDays - SOAP::SOAPInt
localService - FedexWebServices::Soap::Rate::ServiceType
localDistance - FedexWebServices::Soap::Rate::Distance
localDuration - SOAP::SOAPDuration
localServiceScheduling - FedexWebServices::Soap::Rate::FreightServiceSchedulingType
limitedServiceDays - FedexWebServices::Soap::Rate::DayOfWeekType
gatewayLocationId - SOAP::SOAPString
location - SOAP::SOAPString
contactAndAddress - FedexWebServices::Soap::Rate::ContactAndAddress

Attributes

additionalDays[RW]
contactAndAddress[RW]
gatewayLocationId[RW]
interlineCarrierCode[RW]
interlineCarrierName[RW]
limitedServiceDays[RW]
localDistance[RW]
localDuration[RW]
localService[RW]
localServiceScheduling[RW]
location[RW]

Public Class Methods

new(interlineCarrierCode = nil, interlineCarrierName = nil, additionalDays = nil, localService = nil, localDistance = nil, localDuration = nil, localServiceScheduling = nil, limitedServiceDays = [], gatewayLocationId = nil, location = nil, contactAndAddress = nil) click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 1262
def initialize(interlineCarrierCode = nil, interlineCarrierName = nil, additionalDays = nil, localService = nil, localDistance = nil, localDuration = nil, localServiceScheduling = nil, limitedServiceDays = [], gatewayLocationId = nil, location = nil, contactAndAddress = nil)
  @interlineCarrierCode = interlineCarrierCode
  @interlineCarrierName = interlineCarrierName
  @additionalDays = additionalDays
  @localService = localService
  @localDistance = localDistance
  @localDuration = localDuration
  @localServiceScheduling = localServiceScheduling
  @limitedServiceDays = limitedServiceDays
  @gatewayLocationId = gatewayLocationId
  @location = location
  @contactAndAddress = contactAndAddress
end