Class: TaxInfoType

Inherits:
ComplexExactorObject show all
Defined in:
app/helpers/exactor_api_objects.rb

Overview

http://www.exactor.com/nsTaxInfoType

authorityLevel - AuthorityLevelType
authorityName - SOAP::SOAPString
cityOrCountyOrDistrict - SOAP::SOAPString
stateOrProvince - SOAP::SOAPString
country - SOAP::SOAPString
taxAmount - SOAP::SOAPDecimal
taxRate - SOAP::SOAPDecimal

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(authorityLevel = nil, authorityName = nil, cityOrCountyOrDistrict = nil, stateOrProvince = nil, country = nil, taxAmount = nil, taxRate = nil) ⇒ TaxInfoType

Returns a new instance of TaxInfoType.



183
184
185
186
187
188
189
190
191
# File 'app/helpers/exactor_api_objects.rb', line 183

def initialize(authorityLevel = nil, authorityName = nil, cityOrCountyOrDistrict = nil, stateOrProvince = nil, country = nil, taxAmount = nil, taxRate = nil)
  @AuthorityLevel = authorityLevel
  @AuthorityName = authorityName
  @CityOrCountyOrDistrict = cityOrCountyOrDistrict
  @StateOrProvince = stateOrProvince
  @Country = country
  @TaxAmount = taxAmount
  @TaxRate = taxRate
end

Instance Attribute Details

#AuthorityLevelObject

Returns the value of attribute AuthorityLevel.



175
176
177
# File 'app/helpers/exactor_api_objects.rb', line 175

def AuthorityLevel
  @AuthorityLevel
end

#AuthorityNameObject

Returns the value of attribute AuthorityName.



176
177
178
# File 'app/helpers/exactor_api_objects.rb', line 176

def AuthorityName
  @AuthorityName
end

#CityOrCountyOrDistrictObject

Returns the value of attribute CityOrCountyOrDistrict.



177
178
179
# File 'app/helpers/exactor_api_objects.rb', line 177

def CityOrCountyOrDistrict
  @CityOrCountyOrDistrict
end

#CountryObject

Returns the value of attribute Country.



179
180
181
# File 'app/helpers/exactor_api_objects.rb', line 179

def Country
  @Country
end

#StateOrProvinceObject

Returns the value of attribute StateOrProvince.



178
179
180
# File 'app/helpers/exactor_api_objects.rb', line 178

def StateOrProvince
  @StateOrProvince
end

#TaxAmountObject

Returns the value of attribute TaxAmount.



180
181
182
# File 'app/helpers/exactor_api_objects.rb', line 180

def TaxAmount
  @TaxAmount
end

#TaxRateObject

Returns the value of attribute TaxRate.



181
182
183
# File 'app/helpers/exactor_api_objects.rb', line 181

def TaxRate
  @TaxRate
end