Class: EBay::TaxesType

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

Overview

urn:ebay:apis:eBLBaseComponentsTaxesType

totalTaxAmount - EBay::AmountType
taxDetails - EBay::TaxDetailsType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(totalTaxAmount = nil, taxDetails = []) ⇒ TaxesType

Returns a new instance of TaxesType.



34339
34340
34341
34342
34343
# File 'lib/eBay.rb', line 34339

def initialize(totalTaxAmount = nil, taxDetails = [])
  @totalTaxAmount = totalTaxAmount
  @taxDetails = taxDetails
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



34333
34334
34335
# File 'lib/eBay.rb', line 34333

def __xmlele_any
  @__xmlele_any
end

#taxDetailsObject

Returns the value of attribute taxDetails.



34332
34333
34334
# File 'lib/eBay.rb', line 34332

def taxDetails
  @taxDetails
end

#totalTaxAmountObject

Returns the value of attribute totalTaxAmount.



34331
34332
34333
# File 'lib/eBay.rb', line 34331

def totalTaxAmount
  @totalTaxAmount
end

Instance Method Details

#set_any(elements) ⇒ Object



34335
34336
34337
# File 'lib/eBay.rb', line 34335

def set_any(elements)
  @__xmlele_any = elements
end