Class: AdditionalAccountType

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

Overview

urn:ebay:apis:eBLBaseComponentsAdditionalAccountType

balance - AmountType
currency - CurrencyCodeType
accountCode - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(balance = nil, currency = nil, accountCode = nil) ⇒ AdditionalAccountType

Returns a new instance of AdditionalAccountType.



16393
16394
16395
16396
16397
16398
# File 'lib/eBay.rb', line 16393

def initialize(balance = nil, currency = nil, accountCode = nil)
  @balance = balance
  @currency = currency
  @accountCode = accountCode
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



16387
16388
16389
# File 'lib/eBay.rb', line 16387

def __xmlele_any
  @__xmlele_any
end

#accountCodeObject

Returns the value of attribute accountCode.



16386
16387
16388
# File 'lib/eBay.rb', line 16386

def accountCode
  @accountCode
end

#balanceObject

Returns the value of attribute balance.



16384
16385
16386
# File 'lib/eBay.rb', line 16384

def balance
  @balance
end

#currencyObject

Returns the value of attribute currency.



16385
16386
16387
# File 'lib/eBay.rb', line 16385

def currency
  @currency
end

Instance Method Details

#set_any(elements) ⇒ Object



16389
16390
16391
# File 'lib/eBay.rb', line 16389

def set_any(elements)
  @__xmlele_any = elements
end