Class: FedexWebServices::Soap::Ship::EdtCommodityTax

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

http://fedex.com/ws/ship/v12EdtCommodityTax

harmonizedCode - SOAP::SOAPString
taxes - FedexWebServices::Soap::Ship::EdtTaxDetail

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(harmonizedCode = nil, taxes = []) ⇒ EdtCommodityTax

Returns a new instance of EdtCommodityTax.



1361
1362
1363
1364
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1361

def initialize(harmonizedCode = nil, taxes = [])
  @harmonizedCode = harmonizedCode
  @taxes = taxes
end

Instance Attribute Details

#harmonizedCodeObject

Returns the value of attribute harmonizedCode.



1358
1359
1360
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1358

def harmonizedCode
  @harmonizedCode
end

#taxesObject

Returns the value of attribute taxes.



1359
1360
1361
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1359

def taxes
  @taxes
end