Class: EBay::PaymentsInformationType

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

Overview

urn:ebay:apis:eBLBaseComponentsPaymentsInformationType

payments - EBay::PaymentInformationType
refunds - EBay::RefundInformationType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(payments = nil, refunds = nil) ⇒ PaymentsInformationType

Returns a new instance of PaymentsInformationType.



28666
28667
28668
28669
28670
# File 'lib/eBay.rb', line 28666

def initialize(payments = nil, refunds = nil)
  @payments = payments
  @refunds = refunds
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



28660
28661
28662
# File 'lib/eBay.rb', line 28660

def __xmlele_any
  @__xmlele_any
end

#paymentsObject

Returns the value of attribute payments.



28658
28659
28660
# File 'lib/eBay.rb', line 28658

def payments
  @payments
end

#refundsObject

Returns the value of attribute refunds.



28659
28660
28661
# File 'lib/eBay.rb', line 28659

def refunds
  @refunds
end

Instance Method Details

#set_any(elements) ⇒ Object



28662
28663
28664
# File 'lib/eBay.rb', line 28662

def set_any(elements)
  @__xmlele_any = elements
end