class FedexWebServices::Soap::Ship::ShipmentRateDetail

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

rateType - FedexWebServices::Soap::Ship::ReturnedRateType
rateScale - SOAP::SOAPString
rateZone - SOAP::SOAPString
pricingCode - FedexWebServices::Soap::Ship::PricingCodeType
ratedWeightMethod - FedexWebServices::Soap::Ship::RatedWeightMethod
minimumChargeType - FedexWebServices::Soap::Ship::MinimumChargeType
currencyExchangeRate - FedexWebServices::Soap::Ship::CurrencyExchangeRate
specialRatingApplied - FedexWebServices::Soap::Ship::SpecialRatingAppliedType
dimDivisor - SOAP::SOAPNonNegativeInteger
dimDivisorType - FedexWebServices::Soap::Ship::RateDimensionalDivisorType
fuelSurchargePercent - SOAP::SOAPDecimal
totalBillingWeight - FedexWebServices::Soap::Ship::Weight
totalDimWeight - FedexWebServices::Soap::Ship::Weight
totalBaseCharge - FedexWebServices::Soap::Ship::Money
totalFreightDiscounts - FedexWebServices::Soap::Ship::Money
totalNetFreight - FedexWebServices::Soap::Ship::Money
totalSurcharges - FedexWebServices::Soap::Ship::Money
totalNetFedExCharge - FedexWebServices::Soap::Ship::Money
totalTaxes - FedexWebServices::Soap::Ship::Money
totalNetCharge - FedexWebServices::Soap::Ship::Money
totalRebates - FedexWebServices::Soap::Ship::Money
totalDutiesAndTaxes - FedexWebServices::Soap::Ship::Money
totalNetChargeWithDutiesAndTaxes - FedexWebServices::Soap::Ship::Money
shipmentLegRateDetails - FedexWebServices::Soap::Ship::ShipmentLegRateDetail
freightRateDetail - FedexWebServices::Soap::Ship::FreightRateDetail
freightDiscounts - FedexWebServices::Soap::Ship::RateDiscount
rebates - FedexWebServices::Soap::Ship::Rebate
surcharges - FedexWebServices::Soap::Ship::Surcharge
taxes - FedexWebServices::Soap::Ship::Tax
dutiesAndTaxes - FedexWebServices::Soap::Ship::EdtCommodityTax
variableHandlingCharges - FedexWebServices::Soap::Ship::VariableHandlingCharges
totalVariableHandlingCharges - FedexWebServices::Soap::Ship::VariableHandlingCharges

Attributes

currencyExchangeRate[RW]
dimDivisor[RW]
dimDivisorType[RW]
dutiesAndTaxes[RW]
freightDiscounts[RW]
freightRateDetail[RW]
fuelSurchargePercent[RW]
minimumChargeType[RW]
pricingCode[RW]
rateScale[RW]
rateType[RW]
rateZone[RW]
ratedWeightMethod[RW]
rebates[RW]
shipmentLegRateDetails[RW]
specialRatingApplied[RW]
surcharges[RW]
taxes[RW]
totalBaseCharge[RW]
totalBillingWeight[RW]
totalDimWeight[RW]
totalDutiesAndTaxes[RW]
totalFreightDiscounts[RW]
totalNetCharge[RW]
totalNetChargeWithDutiesAndTaxes[RW]
totalNetFedExCharge[RW]
totalNetFreight[RW]
totalRebates[RW]
totalSurcharges[RW]
totalTaxes[RW]
totalVariableHandlingCharges[RW]
variableHandlingCharges[RW]

Public Class Methods

new(rateType = nil, rateScale = nil, rateZone = nil, pricingCode = nil, ratedWeightMethod = nil, minimumChargeType = nil, currencyExchangeRate = nil, specialRatingApplied = [], dimDivisor = nil, dimDivisorType = nil, fuelSurchargePercent = nil, totalBillingWeight = nil, totalDimWeight = nil, totalBaseCharge = nil, totalFreightDiscounts = nil, totalNetFreight = nil, totalSurcharges = nil, totalNetFedExCharge = nil, totalTaxes = nil, totalNetCharge = nil, totalRebates = nil, totalDutiesAndTaxes = nil, totalNetChargeWithDutiesAndTaxes = nil, shipmentLegRateDetails = [], freightRateDetail = nil, freightDiscounts = [], rebates = [], surcharges = [], taxes = [], dutiesAndTaxes = [], variableHandlingCharges = nil, totalVariableHandlingCharges = nil) click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 3047
def initialize(rateType = nil, rateScale = nil, rateZone = nil, pricingCode = nil, ratedWeightMethod = nil, minimumChargeType = nil, currencyExchangeRate = nil, specialRatingApplied = [], dimDivisor = nil, dimDivisorType = nil, fuelSurchargePercent = nil, totalBillingWeight = nil, totalDimWeight = nil, totalBaseCharge = nil, totalFreightDiscounts = nil, totalNetFreight = nil, totalSurcharges = nil, totalNetFedExCharge = nil, totalTaxes = nil, totalNetCharge = nil, totalRebates = nil, totalDutiesAndTaxes = nil, totalNetChargeWithDutiesAndTaxes = nil, shipmentLegRateDetails = [], freightRateDetail = nil, freightDiscounts = [], rebates = [], surcharges = [], taxes = [], dutiesAndTaxes = [], variableHandlingCharges = nil, totalVariableHandlingCharges = nil)
  @rateType = rateType
  @rateScale = rateScale
  @rateZone = rateZone
  @pricingCode = pricingCode
  @ratedWeightMethod = ratedWeightMethod
  @minimumChargeType = minimumChargeType
  @currencyExchangeRate = currencyExchangeRate
  @specialRatingApplied = specialRatingApplied
  @dimDivisor = dimDivisor
  @dimDivisorType = dimDivisorType
  @fuelSurchargePercent = fuelSurchargePercent
  @totalBillingWeight = totalBillingWeight
  @totalDimWeight = totalDimWeight
  @totalBaseCharge = totalBaseCharge
  @totalFreightDiscounts = totalFreightDiscounts
  @totalNetFreight = totalNetFreight
  @totalSurcharges = totalSurcharges
  @totalNetFedExCharge = totalNetFedExCharge
  @totalTaxes = totalTaxes
  @totalNetCharge = totalNetCharge
  @totalRebates = totalRebates
  @totalDutiesAndTaxes = totalDutiesAndTaxes
  @totalNetChargeWithDutiesAndTaxes = totalNetChargeWithDutiesAndTaxes
  @shipmentLegRateDetails = shipmentLegRateDetails
  @freightRateDetail = freightRateDetail
  @freightDiscounts = freightDiscounts
  @rebates = rebates
  @surcharges = surcharges
  @taxes = taxes
  @dutiesAndTaxes = dutiesAndTaxes
  @variableHandlingCharges = variableHandlingCharges
  @totalVariableHandlingCharges = totalVariableHandlingCharges
end