class FedexWebServices::Soap::Rate::RateReplyDetail

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

serviceType - FedexWebServices::Soap::Rate::ServiceType
packagingType - FedexWebServices::Soap::Rate::PackagingType
appliedOptions - FedexWebServices::Soap::Rate::ServiceOptionType
appliedSubOptions - FedexWebServices::Soap::Rate::ServiceSubOptionDetail
deliveryStation - SOAP::SOAPString
deliveryDayOfWeek - FedexWebServices::Soap::Rate::DayOfWeekType
deliveryTimestamp - SOAP::SOAPDateTime
commitDetails - FedexWebServices::Soap::Rate::CommitDetail
destinationAirportId - SOAP::SOAPString
ineligibleForMoneyBackGuarantee - SOAP::SOAPBoolean
originServiceArea - SOAP::SOAPString
destinationServiceArea - SOAP::SOAPString
transitTime - FedexWebServices::Soap::Rate::TransitTimeType
maximumTransitTime - FedexWebServices::Soap::Rate::TransitTimeType
signatureOption - FedexWebServices::Soap::Rate::SignatureOptionType
actualRateType - FedexWebServices::Soap::Rate::ReturnedRateType
ratedShipmentDetails - FedexWebServices::Soap::Rate::RatedShipmentDetail

Attributes

actualRateType[RW]
appliedOptions[RW]
appliedSubOptions[RW]
commitDetails[RW]
deliveryDayOfWeek[RW]
deliveryStation[RW]
deliveryTimestamp[RW]
destinationAirportId[RW]
destinationServiceArea[RW]
ineligibleForMoneyBackGuarantee[RW]
maximumTransitTime[RW]
originServiceArea[RW]
packagingType[RW]
ratedShipmentDetails[RW]
serviceType[RW]
signatureOption[RW]
transitTime[RW]

Public Class Methods

new(serviceType = nil, packagingType = nil, appliedOptions = [], appliedSubOptions = nil, deliveryStation = nil, deliveryDayOfWeek = nil, deliveryTimestamp = nil, commitDetails = [], destinationAirportId = nil, ineligibleForMoneyBackGuarantee = nil, originServiceArea = nil, destinationServiceArea = nil, transitTime = nil, maximumTransitTime = nil, signatureOption = nil, actualRateType = nil, ratedShipmentDetails = []) click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 2100
def initialize(serviceType = nil, packagingType = nil, appliedOptions = [], appliedSubOptions = nil, deliveryStation = nil, deliveryDayOfWeek = nil, deliveryTimestamp = nil, commitDetails = [], destinationAirportId = nil, ineligibleForMoneyBackGuarantee = nil, originServiceArea = nil, destinationServiceArea = nil, transitTime = nil, maximumTransitTime = nil, signatureOption = nil, actualRateType = nil, ratedShipmentDetails = [])
  @serviceType = serviceType
  @packagingType = packagingType
  @appliedOptions = appliedOptions
  @appliedSubOptions = appliedSubOptions
  @deliveryStation = deliveryStation
  @deliveryDayOfWeek = deliveryDayOfWeek
  @deliveryTimestamp = deliveryTimestamp
  @commitDetails = commitDetails
  @destinationAirportId = destinationAirportId
  @ineligibleForMoneyBackGuarantee = ineligibleForMoneyBackGuarantee
  @originServiceArea = originServiceArea
  @destinationServiceArea = destinationServiceArea
  @transitTime = transitTime
  @maximumTransitTime = maximumTransitTime
  @signatureOption = signatureOption
  @actualRateType = actualRateType
  @ratedShipmentDetails = ratedShipmentDetails
end