class FedexWebServices::Soap::Rate::Tax
taxType - FedexWebServices::Soap::Rate::TaxType description - SOAP::SOAPString amount - FedexWebServices::Soap::Rate::Money
Attributes
amount[RW]
description[RW]
taxType[RW]
Public Class Methods
new(taxType = nil, description = nil, amount = nil)
click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 2913 def initialize(taxType = nil, description = nil, amount = nil) @taxType = taxType @description = description @amount = amount end