class FedexWebServices::Soap::Ship::ShipmentOperationalDetail
{fedex.com/ws/ship/v12}ShipmentOperationalDetail
ursaPrefixCode - SOAP::SOAPString ursaSuffixCode - SOAP::SOAPString originLocationId - SOAP::SOAPString originLocationNumber - SOAP::SOAPInt originServiceArea - SOAP::SOAPString destinationLocationId - SOAP::SOAPString destinationLocationNumber - SOAP::SOAPInt destinationServiceArea - SOAP::SOAPString destinationLocationStateOrProvinceCode - SOAP::SOAPString deliveryDate - SOAP::SOAPDate deliveryDay - FedexWebServices::Soap::Ship::DayOfWeekType publishedDeliveryTime - SOAP::SOAPTime commitDate - SOAP::SOAPDate commitDay - FedexWebServices::Soap::Ship::DayOfWeekType transitTime - FedexWebServices::Soap::Ship::TransitTimeType maximumTransitTime - FedexWebServices::Soap::Ship::TransitTimeType customTransitTime - FedexWebServices::Soap::Ship::TransitTimeType ineligibleForMoneyBackGuarantee - SOAP::SOAPBoolean deliveryEligibilities - FedexWebServices::Soap::Ship::GroundDeliveryEligibilityType astraPlannedServiceLevel - SOAP::SOAPString astraDescription - SOAP::SOAPString postalCode - SOAP::SOAPString stateOrProvinceCode - SOAP::SOAPString countryCode - SOAP::SOAPString airportId - SOAP::SOAPString serviceCode - SOAP::SOAPString scac - SOAP::SOAPString
Attributes
airportId[RW]
astraDescription[RW]
astraPlannedServiceLevel[RW]
commitDate[RW]
commitDay[RW]
countryCode[RW]
customTransitTime[RW]
deliveryDate[RW]
deliveryDay[RW]
deliveryEligibilities[RW]
destinationLocationId[RW]
destinationLocationNumber[RW]
destinationLocationStateOrProvinceCode[RW]
destinationServiceArea[RW]
ineligibleForMoneyBackGuarantee[RW]
maximumTransitTime[RW]
originLocationId[RW]
originLocationNumber[RW]
originServiceArea[RW]
postalCode[RW]
publishedDeliveryTime[RW]
scac[RW]
serviceCode[RW]
stateOrProvinceCode[RW]
transitTime[RW]
ursaPrefixCode[RW]
ursaSuffixCode[RW]
Public Class Methods
new(ursaPrefixCode = nil, ursaSuffixCode = nil, originLocationId = nil, originLocationNumber = nil, originServiceArea = nil, destinationLocationId = nil, destinationLocationNumber = nil, destinationServiceArea = nil, destinationLocationStateOrProvinceCode = nil, deliveryDate = nil, deliveryDay = nil, publishedDeliveryTime = nil, commitDate = nil, commitDay = nil, transitTime = nil, maximumTransitTime = nil, customTransitTime = nil, ineligibleForMoneyBackGuarantee = nil, deliveryEligibilities = [], astraPlannedServiceLevel = nil, astraDescription = nil, postalCode = nil, stateOrProvinceCode = nil, countryCode = nil, airportId = nil, serviceCode = nil, scac = nil)
click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 2949 def initialize(ursaPrefixCode = nil, ursaSuffixCode = nil, originLocationId = nil, originLocationNumber = nil, originServiceArea = nil, destinationLocationId = nil, destinationLocationNumber = nil, destinationServiceArea = nil, destinationLocationStateOrProvinceCode = nil, deliveryDate = nil, deliveryDay = nil, publishedDeliveryTime = nil, commitDate = nil, commitDay = nil, transitTime = nil, maximumTransitTime = nil, customTransitTime = nil, ineligibleForMoneyBackGuarantee = nil, deliveryEligibilities = [], astraPlannedServiceLevel = nil, astraDescription = nil, postalCode = nil, stateOrProvinceCode = nil, countryCode = nil, airportId = nil, serviceCode = nil, scac = nil) @ursaPrefixCode = ursaPrefixCode @ursaSuffixCode = ursaSuffixCode @originLocationId = originLocationId @originLocationNumber = originLocationNumber @originServiceArea = originServiceArea @destinationLocationId = destinationLocationId @destinationLocationNumber = destinationLocationNumber @destinationServiceArea = destinationServiceArea @destinationLocationStateOrProvinceCode = destinationLocationStateOrProvinceCode @deliveryDate = deliveryDate @deliveryDay = deliveryDay @publishedDeliveryTime = publishedDeliveryTime @commitDate = commitDate @commitDay = commitDay @transitTime = transitTime @maximumTransitTime = maximumTransitTime @customTransitTime = customTransitTime @ineligibleForMoneyBackGuarantee = ineligibleForMoneyBackGuarantee @deliveryEligibilities = deliveryEligibilities @astraPlannedServiceLevel = astraPlannedServiceLevel @astraDescription = astraDescription @postalCode = postalCode @stateOrProvinceCode = stateOrProvinceCode @countryCode = countryCode @airportId = airportId @serviceCode = serviceCode @scac = scac end