Class: ChannelAdvisor::TaxServiceSOAP::GetTaxRateListResponse

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

Overview

http://api.channeladvisor.com/webservices/GetTaxRateListResponse

getTaxRateListResult - ChannelAdvisor::TaxServiceSOAP::APIResultOfTaxRateResult

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

- (GetTaxRateListResponse) initialize(getTaxRateListResult = nil)

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

- (Object) getTaxRateListResult

Returns the value of attribute getTaxRateListResult



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

def getTaxRateListResult
  @getTaxRateListResult
end