Class: FedexWebServices::Soap::Rate::EdtCommodityTax

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

Overview

http://fedex.com/ws/rate/v13EdtCommodityTax

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of EdtCommodityTax.



1018
1019
1020
1021
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1018

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

Instance Attribute Details

#harmonizedCodeObject

Returns the value of attribute harmonizedCode.



1015
1016
1017
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1015

def harmonizedCode
  @harmonizedCode
end

#taxesObject

Returns the value of attribute taxes.



1016
1017
1018
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1016

def taxes
  @taxes
end