Class: 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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TaxJurisdictionType.



25073
25074
25075
25076
25077
25078
25079
# File 'lib/eBay.rb', line 25073

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



25067
25068
25069
# File 'lib/eBay.rb', line 25067

def __xmlele_any
  @__xmlele_any
end

#jurisdictionIDObject

Returns the value of attribute jurisdictionID.



25063
25064
25065
# File 'lib/eBay.rb', line 25063

def jurisdictionID
  @jurisdictionID
end

#jurisdictionNameObject

Returns the value of attribute jurisdictionName.



25066
25067
25068
# File 'lib/eBay.rb', line 25066

def jurisdictionName
  @jurisdictionName
end

#salesTaxPercentObject

Returns the value of attribute salesTaxPercent.



25064
25065
25066
# File 'lib/eBay.rb', line 25064

def salesTaxPercent
  @salesTaxPercent
end

#shippingIncludedInTaxObject

Returns the value of attribute shippingIncludedInTax.



25065
25066
25067
# File 'lib/eBay.rb', line 25065

def shippingIncludedInTax
  @shippingIncludedInTax
end

Instance Method Details

#set_any(elements) ⇒ Object



25069
25070
25071
# File 'lib/eBay.rb', line 25069

def set_any(elements)
  @__xmlele_any = elements
end