class FedexWebServices::Soap::Ship::Surcharge
{fedex.com/ws/ship/v12}Surcharge
surchargeType - FedexWebServices::Soap::Ship::SurchargeType level - FedexWebServices::Soap::Ship::SurchargeLevelType description - SOAP::SOAPString amount - FedexWebServices::Soap::Ship::Money
Attributes
amount[RW]
description[RW]
level[RW]
surchargeType[RW]
Public Class Methods
new(surchargeType = nil, level = nil, description = nil, amount = nil)
click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 3390 def initialize(surchargeType = nil, level = nil, description = nil, amount = nil) @surchargeType = surchargeType @level = level @description = description @amount = amount end