Class: EBay::TaxJurisdictionType
- Inherits:
-
Object
- Object
- EBay::TaxJurisdictionType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
-
#jurisdictionID ⇒ Object
Returns the value of attribute jurisdictionID.
-
#jurisdictionName ⇒ Object
Returns the value of attribute jurisdictionName.
-
#salesTaxPercent ⇒ Object
Returns the value of attribute salesTaxPercent.
-
#shippingIncludedInTax ⇒ Object
Returns the value of attribute shippingIncludedInTax.
-
#updateTime ⇒ Object
Returns the value of attribute updateTime.
Instance Method Summary collapse
-
#initialize(jurisdictionID = nil, salesTaxPercent = nil, shippingIncludedInTax = nil, jurisdictionName = nil, detailVersion = nil, updateTime = nil) ⇒ TaxJurisdictionType
constructor
A new instance of TaxJurisdictionType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
34306 34307 34308 |
# File 'lib/eBay.rb', line 34306 def __xmlele_any @__xmlele_any end |
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
34304 34305 34306 |
# File 'lib/eBay.rb', line 34304 def detailVersion @detailVersion end |
#jurisdictionID ⇒ Object
Returns the value of attribute jurisdictionID.
34300 34301 34302 |
# File 'lib/eBay.rb', line 34300 def jurisdictionID @jurisdictionID end |
#jurisdictionName ⇒ Object
Returns the value of attribute jurisdictionName.
34303 34304 34305 |
# File 'lib/eBay.rb', line 34303 def jurisdictionName @jurisdictionName end |
#salesTaxPercent ⇒ Object
Returns the value of attribute salesTaxPercent.
34301 34302 34303 |
# File 'lib/eBay.rb', line 34301 def salesTaxPercent @salesTaxPercent end |
#shippingIncludedInTax ⇒ Object
Returns the value of attribute shippingIncludedInTax.
34302 34303 34304 |
# File 'lib/eBay.rb', line 34302 def shippingIncludedInTax @shippingIncludedInTax end |
#updateTime ⇒ Object
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 |