Class: EBay::AccountEntryType
- Inherits:
-
Object
- Object
- EBay::AccountEntryType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsAccountEntryType
accountDetailsEntryType - EBay::AccountDetailEntryCodeType
description - SOAP::SOAPString
balance - EBay::AmountType
date - SOAP::SOAPDateTime
grossDetailAmount - EBay::AmountType
itemID - (any)
memo - SOAP::SOAPString
conversionRate - EBay::AmountType
netDetailAmount - EBay::AmountType
refNumber - SOAP::SOAPString
vATPercent - SOAP::SOAPDecimal
title - SOAP::SOAPString
orderLineItemID - SOAP::SOAPString
transactionID - SOAP::SOAPString
receivedTopRatedDiscount - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#accountDetailsEntryType ⇒ Object
Returns the value of attribute accountDetailsEntryType.
-
#balance ⇒ Object
Returns the value of attribute balance.
-
#conversionRate ⇒ Object
Returns the value of attribute conversionRate.
-
#date ⇒ Object
Returns the value of attribute date.
-
#description ⇒ Object
Returns the value of attribute description.
-
#grossDetailAmount ⇒ Object
Returns the value of attribute grossDetailAmount.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#memo ⇒ Object
Returns the value of attribute memo.
-
#netDetailAmount ⇒ Object
Returns the value of attribute netDetailAmount.
-
#orderLineItemID ⇒ Object
Returns the value of attribute orderLineItemID.
-
#receivedTopRatedDiscount ⇒ Object
Returns the value of attribute receivedTopRatedDiscount.
-
#refNumber ⇒ Object
Returns the value of attribute refNumber.
-
#title ⇒ Object
Returns the value of attribute title.
-
#transactionID ⇒ Object
Returns the value of attribute transactionID.
-
#vATPercent ⇒ Object
Returns the value of attribute vATPercent.
Instance Method Summary collapse
-
#initialize(accountDetailsEntryType = nil, description = nil, balance = nil, date = nil, grossDetailAmount = nil, itemID = nil, memo = nil, conversionRate = nil, netDetailAmount = nil, refNumber = nil, vATPercent = nil, title = nil, orderLineItemID = nil, transactionID = nil, receivedTopRatedDiscount = nil) ⇒ AccountEntryType
constructor
A new instance of AccountEntryType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(accountDetailsEntryType = nil, description = nil, balance = nil, date = nil, grossDetailAmount = nil, itemID = nil, memo = nil, conversionRate = nil, netDetailAmount = nil, refNumber = nil, vATPercent = nil, title = nil, orderLineItemID = nil, transactionID = nil, receivedTopRatedDiscount = nil) ⇒ AccountEntryType
Returns a new instance of AccountEntryType.
20098 20099 20100 20101 20102 20103 20104 20105 20106 20107 20108 20109 20110 20111 20112 20113 20114 20115 |
# File 'lib/eBay.rb', line 20098 def initialize(accountDetailsEntryType = nil, description = nil, balance = nil, date = nil, grossDetailAmount = nil, itemID = nil, memo = nil, conversionRate = nil, netDetailAmount = nil, refNumber = nil, vATPercent = nil, title = nil, orderLineItemID = nil, transactionID = nil, receivedTopRatedDiscount = nil) @accountDetailsEntryType = accountDetailsEntryType @description = description @balance = balance @date = date @grossDetailAmount = grossDetailAmount @itemID = itemID @memo = memo @conversionRate = conversionRate @netDetailAmount = netDetailAmount @refNumber = refNumber @vATPercent = vATPercent @title = title @orderLineItemID = orderLineItemID @transactionID = transactionID @receivedTopRatedDiscount = receivedTopRatedDiscount @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
20092 20093 20094 |
# File 'lib/eBay.rb', line 20092 def __xmlele_any @__xmlele_any end |
#accountDetailsEntryType ⇒ Object
Returns the value of attribute accountDetailsEntryType.
20077 20078 20079 |
# File 'lib/eBay.rb', line 20077 def accountDetailsEntryType @accountDetailsEntryType end |
#balance ⇒ Object
Returns the value of attribute balance.
20079 20080 20081 |
# File 'lib/eBay.rb', line 20079 def balance @balance end |
#conversionRate ⇒ Object
Returns the value of attribute conversionRate.
20084 20085 20086 |
# File 'lib/eBay.rb', line 20084 def conversionRate @conversionRate end |
#date ⇒ Object
Returns the value of attribute date.
20080 20081 20082 |
# File 'lib/eBay.rb', line 20080 def date @date end |
#description ⇒ Object
Returns the value of attribute description.
20078 20079 20080 |
# File 'lib/eBay.rb', line 20078 def description @description end |
#grossDetailAmount ⇒ Object
Returns the value of attribute grossDetailAmount.
20081 20082 20083 |
# File 'lib/eBay.rb', line 20081 def grossDetailAmount @grossDetailAmount end |
#itemID ⇒ Object
Returns the value of attribute itemID.
20082 20083 20084 |
# File 'lib/eBay.rb', line 20082 def itemID @itemID end |
#memo ⇒ Object
Returns the value of attribute memo.
20083 20084 20085 |
# File 'lib/eBay.rb', line 20083 def memo @memo end |
#netDetailAmount ⇒ Object
Returns the value of attribute netDetailAmount.
20085 20086 20087 |
# File 'lib/eBay.rb', line 20085 def netDetailAmount @netDetailAmount end |
#orderLineItemID ⇒ Object
Returns the value of attribute orderLineItemID.
20089 20090 20091 |
# File 'lib/eBay.rb', line 20089 def orderLineItemID @orderLineItemID end |
#receivedTopRatedDiscount ⇒ Object
Returns the value of attribute receivedTopRatedDiscount.
20091 20092 20093 |
# File 'lib/eBay.rb', line 20091 def receivedTopRatedDiscount @receivedTopRatedDiscount end |
#refNumber ⇒ Object
Returns the value of attribute refNumber.
20086 20087 20088 |
# File 'lib/eBay.rb', line 20086 def refNumber @refNumber end |
#title ⇒ Object
Returns the value of attribute title.
20088 20089 20090 |
# File 'lib/eBay.rb', line 20088 def title @title end |
#transactionID ⇒ Object
Returns the value of attribute transactionID.
20090 20091 20092 |
# File 'lib/eBay.rb', line 20090 def transactionID @transactionID end |
#vATPercent ⇒ Object
Returns the value of attribute vATPercent.
20087 20088 20089 |
# File 'lib/eBay.rb', line 20087 def vATPercent @vATPercent end |
Instance Method Details
#set_any(elements) ⇒ Object
20094 20095 20096 |
# File 'lib/eBay.rb', line 20094 def set_any(elements) @__xmlele_any = elements end |