class FedexWebServices::Soap::Rate::VariableHandlingChargeDetail

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

fixedValue - FedexWebServices::Soap::Rate::Money
percentValue - SOAP::SOAPDecimal
rateElementBasis - FedexWebServices::Soap::Rate::RateElementBasisType
rateTypeBasis - FedexWebServices::Soap::Rate::RateTypeBasisType

Attributes

fixedValue[RW]
percentValue[RW]
rateElementBasis[RW]
rateTypeBasis[RW]

Public Class Methods

new(fixedValue = nil, percentValue = nil, rateElementBasis = nil, rateTypeBasis = nil) click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 3026
def initialize(fixedValue = nil, percentValue = nil, rateElementBasis = nil, rateTypeBasis = nil)
  @fixedValue = fixedValue
  @percentValue = percentValue
  @rateElementBasis = rateElementBasis
  @rateTypeBasis = rateTypeBasis
end