Class: ChannelAdvisor::TaxServiceSOAP::GetTaxRateListResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/channel_advisor/tax_service/types.rb

Overview

/GetTaxRateListResponse

getTaxRateListResult - ChannelAdvisor::TaxServiceSOAP::APIResultOfTaxRateResult

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(getTaxRateListResult = nil) ⇒ GetTaxRateListResponse

Returns a new instance of GetTaxRateListResponse.



200
201
202
# File 'lib/channel_advisor/tax_service/types.rb', line 200

def initialize(getTaxRateListResult = nil)
  @getTaxRateListResult = getTaxRateListResult
end

Instance Attribute Details

#getTaxRateListResultObject

Returns the value of attribute getTaxRateListResult.



198
199
200
# File 'lib/channel_advisor/tax_service/types.rb', line 198

def getTaxRateListResult
  @getTaxRateListResult
end