Class: ChannelAdvisor::TaxServiceSOAP::GetTaxRateList
- Inherits:
-
Object
- Object
- ChannelAdvisor::TaxServiceSOAP::GetTaxRateList
- Defined in:
- lib/channel_advisor/tax_service/types.rb
Overview
/GetTaxRateList
accountID - SOAP::SOAPString
cartID - SOAP::SOAPInt
street - SOAP::SOAPString
city - SOAP::SOAPString
state - SOAP::SOAPString
postalCode - SOAP::SOAPString
country - SOAP::SOAPString
shippingCost - SOAP::SOAPDecimal
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#cartID ⇒ Object
Returns the value of attribute cartID.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#postalCode ⇒ Object
Returns the value of attribute postalCode.
-
#shippingCost ⇒ Object
Returns the value of attribute shippingCost.
-
#state ⇒ Object
Returns the value of attribute state.
-
#street ⇒ Object
Returns the value of attribute street.
Instance Method Summary collapse
-
#initialize(accountID = nil, cartID = nil, street = nil, city = nil, state = nil, postalCode = nil, country = nil, shippingCost = nil) ⇒ GetTaxRateList
constructor
A new instance of GetTaxRateList.
Constructor Details
#initialize(accountID = nil, cartID = nil, street = nil, city = nil, state = nil, postalCode = nil, country = nil, shippingCost = nil) ⇒ GetTaxRateList
Returns a new instance of GetTaxRateList.
183 184 185 186 187 188 189 190 191 192 |
# File 'lib/channel_advisor/tax_service/types.rb', line 183 def initialize(accountID = nil, cartID = nil, street = nil, city = nil, state = nil, postalCode = nil, country = nil, shippingCost = nil) @accountID = accountID @cartID = cartID @street = street @city = city @state = state @postalCode = postalCode @country = country @shippingCost = shippingCost end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
174 175 176 |
# File 'lib/channel_advisor/tax_service/types.rb', line 174 def accountID @accountID end |
#cartID ⇒ Object
Returns the value of attribute cartID.
175 176 177 |
# File 'lib/channel_advisor/tax_service/types.rb', line 175 def cartID @cartID end |
#city ⇒ Object
Returns the value of attribute city.
177 178 179 |
# File 'lib/channel_advisor/tax_service/types.rb', line 177 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
180 181 182 |
# File 'lib/channel_advisor/tax_service/types.rb', line 180 def country @country end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
179 180 181 |
# File 'lib/channel_advisor/tax_service/types.rb', line 179 def postalCode @postalCode end |
#shippingCost ⇒ Object
Returns the value of attribute shippingCost.
181 182 183 |
# File 'lib/channel_advisor/tax_service/types.rb', line 181 def shippingCost @shippingCost end |
#state ⇒ Object
Returns the value of attribute state.
178 179 180 |
# File 'lib/channel_advisor/tax_service/types.rb', line 178 def state @state end |
#street ⇒ Object
Returns the value of attribute street.
176 177 178 |
# File 'lib/channel_advisor/tax_service/types.rb', line 176 def street @street end |