Class: EBay::PaymentInformationType

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

Overview

urn:ebay:apis:eBLBaseComponentsPaymentInformationType

payment - EBay::PaymentTransactionType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(payment = []) ⇒ PaymentInformationType

Returns a new instance of PaymentInformationType.



28507
28508
28509
28510
# File 'lib/eBay.rb', line 28507

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



28501
28502
28503
# File 'lib/eBay.rb', line 28501

def __xmlele_any
  @__xmlele_any
end

#paymentObject

Returns the value of attribute payment.



28500
28501
28502
# File 'lib/eBay.rb', line 28500

def payment
  @payment
end

Instance Method Details

#set_any(elements) ⇒ Object



28503
28504
28505
# File 'lib/eBay.rb', line 28503

def set_any(elements)
  @__xmlele_any = elements
end