Class: EBay::PaymentInformationCodeType

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

Overview

urn:ebay:apis:eBLBaseComponentsPaymentInformationCodeType

payment - EBay::PaymentTransactionCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(payment = []) ⇒ PaymentInformationCodeType

Returns a new instance of PaymentInformationCodeType.



28491
28492
28493
28494
# File 'lib/eBay.rb', line 28491

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



28485
28486
28487
# File 'lib/eBay.rb', line 28485

def __xmlele_any
  @__xmlele_any
end

#paymentObject

Returns the value of attribute payment.



28484
28485
28486
# File 'lib/eBay.rb', line 28484

def payment
  @payment
end

Instance Method Details

#set_any(elements) ⇒ Object



28487
28488
28489
# File 'lib/eBay.rb', line 28487

def set_any(elements)
  @__xmlele_any = elements
end