class FedexWebServices::Soap::Rate::FreightRateDetail
{fedex.com/ws/rate/v13}FreightRateDetail
quoteNumber - SOAP::SOAPString quoteType - FedexWebServices::Soap::Rate::FreightRateQuoteType baseChargeCalculation - FedexWebServices::Soap::Rate::FreightBaseChargeCalculationType baseCharges - FedexWebServices::Soap::Rate::FreightBaseCharge notations - FedexWebServices::Soap::Rate::FreightRateNotation
Attributes
baseChargeCalculation[RW]
baseCharges[RW]
notations[RW]
quoteNumber[RW]
quoteType[RW]
Public Class Methods
new(quoteNumber = nil, quoteType = nil, baseChargeCalculation = nil, baseCharges = [], notations = [])
click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 1215 def initialize(quoteNumber = nil, quoteType = nil, baseChargeCalculation = nil, baseCharges = [], notations = []) @quoteNumber = quoteNumber @quoteType = quoteType @baseChargeCalculation = baseChargeCalculation @baseCharges = baseCharges @notations = notations end