Class: EBay::RefundInformationType

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

Overview

urn:ebay:apis:eBLBaseComponentsRefundInformationType

refund - EBay::RefundTransactionInfoType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(refund = []) ⇒ RefundInformationType

Returns a new instance of RefundInformationType.



30072
30073
30074
30075
# File 'lib/eBay.rb', line 30072

def initialize(refund = [])
  @refund = refund
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



30066
30067
30068
# File 'lib/eBay.rb', line 30066

def __xmlele_any
  @__xmlele_any
end

#refundObject

Returns the value of attribute refund.



30065
30066
30067
# File 'lib/eBay.rb', line 30065

def refund
  @refund
end

Instance Method Details

#set_any(elements) ⇒ Object



30068
30069
30070
# File 'lib/eBay.rb', line 30068

def set_any(elements)
  @__xmlele_any = elements
end