class FedexWebServices::Soap::Ship::EdtCommodityTax
{fedex.com/ws/ship/v12}EdtCommodityTax
harmonizedCode - SOAP::SOAPString taxes - FedexWebServices::Soap::Ship::EdtTaxDetail
Attributes
harmonizedCode[RW]
taxes[RW]
Public Class Methods
new(harmonizedCode = nil, taxes = [])
click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 1361 def initialize(harmonizedCode = nil, taxes = []) @harmonizedCode = harmonizedCode @taxes = taxes end