Class: EBay::AccountEntryType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



20092
20093
20094
# File 'lib/eBay.rb', line 20092

def __xmlele_any
  @__xmlele_any
end

#accountDetailsEntryTypeObject

Returns the value of attribute accountDetailsEntryType.



20077
20078
20079
# File 'lib/eBay.rb', line 20077

def accountDetailsEntryType
  @accountDetailsEntryType
end

#balanceObject

Returns the value of attribute balance.



20079
20080
20081
# File 'lib/eBay.rb', line 20079

def balance
  @balance
end

#conversionRateObject

Returns the value of attribute conversionRate.



20084
20085
20086
# File 'lib/eBay.rb', line 20084

def conversionRate
  @conversionRate
end

#dateObject

Returns the value of attribute date.



20080
20081
20082
# File 'lib/eBay.rb', line 20080

def date
  @date
end

#descriptionObject

Returns the value of attribute description.



20078
20079
20080
# File 'lib/eBay.rb', line 20078

def description
  @description
end

#grossDetailAmountObject

Returns the value of attribute grossDetailAmount.



20081
20082
20083
# File 'lib/eBay.rb', line 20081

def grossDetailAmount
  @grossDetailAmount
end

#itemIDObject

Returns the value of attribute itemID.



20082
20083
20084
# File 'lib/eBay.rb', line 20082

def itemID
  @itemID
end

#memoObject

Returns the value of attribute memo.



20083
20084
20085
# File 'lib/eBay.rb', line 20083

def memo
  @memo
end

#netDetailAmountObject

Returns the value of attribute netDetailAmount.



20085
20086
20087
# File 'lib/eBay.rb', line 20085

def netDetailAmount
  @netDetailAmount
end

#orderLineItemIDObject

Returns the value of attribute orderLineItemID.



20089
20090
20091
# File 'lib/eBay.rb', line 20089

def orderLineItemID
  @orderLineItemID
end

#receivedTopRatedDiscountObject

Returns the value of attribute receivedTopRatedDiscount.



20091
20092
20093
# File 'lib/eBay.rb', line 20091

def receivedTopRatedDiscount
  @receivedTopRatedDiscount
end

#refNumberObject

Returns the value of attribute refNumber.



20086
20087
20088
# File 'lib/eBay.rb', line 20086

def refNumber
  @refNumber
end

#titleObject

Returns the value of attribute title.



20088
20089
20090
# File 'lib/eBay.rb', line 20088

def title
  @title
end

#transactionIDObject

Returns the value of attribute transactionID.



20090
20091
20092
# File 'lib/eBay.rb', line 20090

def transactionID
  @transactionID
end

#vATPercentObject

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