class FedexWebServices::Soap::Ship::FreightRateDetail

{fedex.com/ws/ship/v12}FreightRateDetail

quoteNumber - SOAP::SOAPString
quoteType - FedexWebServices::Soap::Ship::FreightRateQuoteType
baseChargeCalculation - FedexWebServices::Soap::Ship::FreightBaseChargeCalculationType
baseCharges - FedexWebServices::Soap::Ship::FreightBaseCharge
notations - FedexWebServices::Soap::Ship::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/ShipServiceDefinitions.rb, line 1532
def initialize(quoteNumber = nil, quoteType = nil, baseChargeCalculation = nil, baseCharges = [], notations = [])
  @quoteNumber = quoteNumber
  @quoteType = quoteType
  @baseChargeCalculation = baseChargeCalculation
  @baseCharges = baseCharges
  @notations = notations
end