Class: AccountEntryType

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

Overview

urn:ebay:apis:eBLBaseComponentsAccountEntryType

accountDetailsEntryType - AccountDetailEntryCodeType
description - SOAP::SOAPString
balance - AmountType
date - SOAP::SOAPDateTime
grossDetailAmount - AmountType
itemID - (any)
memo - SOAP::SOAPString
netDetailAmount - AmountType
refNumber - SOAP::SOAPString
vATPercent - SOAP::SOAPDecimal
title - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountDetailsEntryType = nil, description = nil, balance = nil, date = nil, grossDetailAmount = nil, itemID = nil, memo = nil, netDetailAmount = nil, refNumber = nil, vATPercent = nil, title = nil) ⇒ AccountEntryType

Returns a new instance of AccountEntryType.



16190
16191
16192
16193
16194
16195
16196
16197
16198
16199
16200
16201
16202
16203
# File 'lib/eBay.rb', line 16190

def initialize(accountDetailsEntryType = nil, description = nil, balance = nil, date = nil, grossDetailAmount = nil, itemID = nil, memo = nil, netDetailAmount = nil, refNumber = nil, vATPercent = nil, title = nil)
  @accountDetailsEntryType = accountDetailsEntryType
  @description = description
  @balance = balance
  @date = date
  @grossDetailAmount = grossDetailAmount
  @itemID = itemID
  @memo = memo
  @netDetailAmount = netDetailAmount
  @refNumber = refNumber
  @vATPercent = vATPercent
  @title = title
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



16184
16185
16186
# File 'lib/eBay.rb', line 16184

def __xmlele_any
  @__xmlele_any
end

#accountDetailsEntryTypeObject

Returns the value of attribute accountDetailsEntryType.



16173
16174
16175
# File 'lib/eBay.rb', line 16173

def accountDetailsEntryType
  @accountDetailsEntryType
end

#balanceObject

Returns the value of attribute balance.



16175
16176
16177
# File 'lib/eBay.rb', line 16175

def balance
  @balance
end

#dateObject

Returns the value of attribute date.



16176
16177
16178
# File 'lib/eBay.rb', line 16176

def date
  @date
end

#descriptionObject

Returns the value of attribute description.



16174
16175
16176
# File 'lib/eBay.rb', line 16174

def description
  @description
end

#grossDetailAmountObject

Returns the value of attribute grossDetailAmount.



16177
16178
16179
# File 'lib/eBay.rb', line 16177

def grossDetailAmount
  @grossDetailAmount
end

#itemIDObject

Returns the value of attribute itemID.



16178
16179
16180
# File 'lib/eBay.rb', line 16178

def itemID
  @itemID
end

#memoObject

Returns the value of attribute memo.



16179
16180
16181
# File 'lib/eBay.rb', line 16179

def memo
  @memo
end

#netDetailAmountObject

Returns the value of attribute netDetailAmount.



16180
16181
16182
# File 'lib/eBay.rb', line 16180

def netDetailAmount
  @netDetailAmount
end

#refNumberObject

Returns the value of attribute refNumber.



16181
16182
16183
# File 'lib/eBay.rb', line 16181

def refNumber
  @refNumber
end

#titleObject

Returns the value of attribute title.



16183
16184
16185
# File 'lib/eBay.rb', line 16183

def title
  @title
end

#vATPercentObject

Returns the value of attribute vATPercent.



16182
16183
16184
# File 'lib/eBay.rb', line 16182

def vATPercent
  @vATPercent
end

Instance Method Details

#set_any(elements) ⇒ Object



16186
16187
16188
# File 'lib/eBay.rb', line 16186

def set_any(elements)
  @__xmlele_any = elements
end