Class: VATDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsVATDetailsType

businessSeller - SOAP::SOAPBoolean
restrictedToBusiness - SOAP::SOAPBoolean
vATPercent - SOAP::SOAPFloat

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(businessSeller = nil, restrictedToBusiness = nil, vATPercent = nil) ⇒ VATDetailsType

Returns a new instance of VATDetailsType.



25584
25585
25586
25587
25588
25589
# File 'lib/eBay.rb', line 25584

def initialize(businessSeller = nil, restrictedToBusiness = nil, vATPercent = nil)
  @businessSeller = businessSeller
  @restrictedToBusiness = restrictedToBusiness
  @vATPercent = vATPercent
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



25578
25579
25580
# File 'lib/eBay.rb', line 25578

def __xmlele_any
  @__xmlele_any
end

#businessSellerObject

Returns the value of attribute businessSeller.



25575
25576
25577
# File 'lib/eBay.rb', line 25575

def businessSeller
  @businessSeller
end

#restrictedToBusinessObject

Returns the value of attribute restrictedToBusiness.



25576
25577
25578
# File 'lib/eBay.rb', line 25576

def restrictedToBusiness
  @restrictedToBusiness
end

#vATPercentObject

Returns the value of attribute vATPercent.



25577
25578
25579
# File 'lib/eBay.rb', line 25577

def vATPercent
  @vATPercent
end

Instance Method Details

#set_any(elements) ⇒ Object



25580
25581
25582
# File 'lib/eBay.rb', line 25580

def set_any(elements)
  @__xmlele_any = elements
end