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