Class: EBay::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
vATSite - SOAP::SOAPString
vATID - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VATDetailsType.



35215
35216
35217
35218
35219
35220
35221
35222
# File 'lib/eBay.rb', line 35215

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



35209
35210
35211
# File 'lib/eBay.rb', line 35209

def __xmlele_any
  @__xmlele_any
end

#businessSellerObject

Returns the value of attribute businessSeller.



35204
35205
35206
# File 'lib/eBay.rb', line 35204

def businessSeller
  @businessSeller
end

#restrictedToBusinessObject

Returns the value of attribute restrictedToBusiness.



35205
35206
35207
# File 'lib/eBay.rb', line 35205

def restrictedToBusiness
  @restrictedToBusiness
end

#vATIDObject

Returns the value of attribute vATID.



35208
35209
35210
# File 'lib/eBay.rb', line 35208

def vATID
  @vATID
end

#vATPercentObject

Returns the value of attribute vATPercent.



35206
35207
35208
# File 'lib/eBay.rb', line 35206

def vATPercent
  @vATPercent
end

#vATSiteObject

Returns the value of attribute vATSite.



35207
35208
35209
# File 'lib/eBay.rb', line 35207

def vATSite
  @vATSite
end

Instance Method Details

#set_any(elements) ⇒ Object



35211
35212
35213
# File 'lib/eBay.rb', line 35211

def set_any(elements)
  @__xmlele_any = elements
end