class FedexWebServices::Soap::Ship::EdtTaxDetail
{fedex.com/ws/ship/v12}EdtTaxDetail
taxType - FedexWebServices::Soap::Ship::EdtTaxType effectiveDate - SOAP::SOAPDate name - SOAP::SOAPString taxableValue - FedexWebServices::Soap::Ship::Money description - SOAP::SOAPString formula - SOAP::SOAPString amount - FedexWebServices::Soap::Ship::Money
Attributes
amount[RW]
description[RW]
effectiveDate[RW]
formula[RW]
name[RW]
taxType[RW]
taxableValue[RW]
Public Class Methods
new(taxType = nil, effectiveDate = nil, name = nil, taxableValue = nil, description = nil, formula = nil, amount = nil)
click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 1397 def initialize(taxType = nil, effectiveDate = nil, name = nil, taxableValue = nil, description = nil, formula = nil, amount = nil) @taxType = taxType @effectiveDate = effectiveDate @name = name @taxableValue = taxableValue @description = description @formula = formula @amount = amount end