Class: EBay::TaxJurisdictionType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsTaxJurisdictionType

jurisdictionID - SOAP::SOAPString
salesTaxPercent - SOAP::SOAPFloat
shippingIncludedInTax - SOAP::SOAPBoolean
jurisdictionName - SOAP::SOAPString
detailVersion - SOAP::SOAPString
updateTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(jurisdictionID = nil, salesTaxPercent = nil, shippingIncludedInTax = nil, jurisdictionName = nil, detailVersion = nil, updateTime = nil) ⇒ TaxJurisdictionType

Returns a new instance of TaxJurisdictionType.



34312
34313
34314
34315
34316
34317
34318
34319
34320
# File 'lib/eBay.rb', line 34312

def initialize(jurisdictionID = nil, salesTaxPercent = nil, shippingIncludedInTax = nil, jurisdictionName = nil, detailVersion = nil, updateTime = nil)
  @jurisdictionID = jurisdictionID
  @salesTaxPercent = salesTaxPercent
  @shippingIncludedInTax = shippingIncludedInTax
  @jurisdictionName = jurisdictionName
  @detailVersion = detailVersion
  @updateTime = updateTime
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



34306
34307
34308
# File 'lib/eBay.rb', line 34306

def __xmlele_any
  @__xmlele_any
end

#detailVersionObject

Returns the value of attribute detailVersion.



34304
34305
34306
# File 'lib/eBay.rb', line 34304

def detailVersion
  @detailVersion
end

#jurisdictionIDObject

Returns the value of attribute jurisdictionID.



34300
34301
34302
# File 'lib/eBay.rb', line 34300

def jurisdictionID
  @jurisdictionID
end

#jurisdictionNameObject

Returns the value of attribute jurisdictionName.



34303
34304
34305
# File 'lib/eBay.rb', line 34303

def jurisdictionName
  @jurisdictionName
end

#salesTaxPercentObject

Returns the value of attribute salesTaxPercent.



34301
34302
34303
# File 'lib/eBay.rb', line 34301

def salesTaxPercent
  @salesTaxPercent
end

#shippingIncludedInTaxObject

Returns the value of attribute shippingIncludedInTax.



34302
34303
34304
# File 'lib/eBay.rb', line 34302

def shippingIncludedInTax
  @shippingIncludedInTax
end

#updateTimeObject

Returns the value of attribute updateTime.



34305
34306
34307
# File 'lib/eBay.rb', line 34305

def updateTime
  @updateTime
end

Instance Method Details

#set_any(elements) ⇒ Object



34308
34309
34310
# File 'lib/eBay.rb', line 34308

def set_any(elements)
  @__xmlele_any = elements
end