Class: EBay::PaymentsInformationCodeType

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

Overview

urn:ebay:apis:eBLBaseComponentsPaymentsInformationCodeType

payments - EBay::PaymentInformationCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(payments = nil) ⇒ PaymentsInformationCodeType

Returns a new instance of PaymentsInformationCodeType.



28648
28649
28650
28651
# File 'lib/eBay.rb', line 28648

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



28642
28643
28644
# File 'lib/eBay.rb', line 28642

def __xmlele_any
  @__xmlele_any
end

#paymentsObject

Returns the value of attribute payments.



28641
28642
28643
# File 'lib/eBay.rb', line 28641

def payments
  @payments
end

Instance Method Details

#set_any(elements) ⇒ Object



28644
28645
28646
# File 'lib/eBay.rb', line 28644

def set_any(elements)
  @__xmlele_any = elements
end