Class: EBay::RefundTransactionType

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

Overview

urn:ebay:apis:eBLBaseComponentsRefundTransactionType

orderID - SOAP::SOAPString
itemID - SOAP::SOAPString
transactionID - SOAP::SOAPString
refundLineArray - EBay::RefundLineArrayType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(orderID = nil, itemID = nil, transactionID = nil, refundLineArray = nil) ⇒ RefundTransactionType

Returns a new instance of RefundTransactionType.



30183
30184
30185
30186
30187
30188
30189
# File 'lib/eBay.rb', line 30183

def initialize(orderID = nil, itemID = nil, transactionID = nil, refundLineArray = nil)
  @orderID = orderID
  @itemID = itemID
  @transactionID = transactionID
  @refundLineArray = refundLineArray
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



30177
30178
30179
# File 'lib/eBay.rb', line 30177

def __xmlele_any
  @__xmlele_any
end

#itemIDObject

Returns the value of attribute itemID.



30174
30175
30176
# File 'lib/eBay.rb', line 30174

def itemID
  @itemID
end

#orderIDObject

Returns the value of attribute orderID.



30173
30174
30175
# File 'lib/eBay.rb', line 30173

def orderID
  @orderID
end

#refundLineArrayObject

Returns the value of attribute refundLineArray.



30176
30177
30178
# File 'lib/eBay.rb', line 30176

def refundLineArray
  @refundLineArray
end

#transactionIDObject

Returns the value of attribute transactionID.



30175
30176
30177
# File 'lib/eBay.rb', line 30175

def transactionID
  @transactionID
end

Instance Method Details

#set_any(elements) ⇒ Object



30179
30180
30181
# File 'lib/eBay.rb', line 30179

def set_any(elements)
  @__xmlele_any = elements
end