Class: EBay::PaymentOptionDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsPaymentOptionDetailsType

paymentOption - EBay::BuyerPaymentMethodCodeType
description - SOAP::SOAPString
detailVersion - SOAP::SOAPString
updateTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(paymentOption = nil, description = nil, detailVersion = nil, updateTime = nil) ⇒ PaymentOptionDetailsType

Returns a new instance of PaymentOptionDetailsType.



28542
28543
28544
28545
28546
28547
28548
# File 'lib/eBay.rb', line 28542

def initialize(paymentOption = nil, description = nil, detailVersion = nil, updateTime = nil)
  @paymentOption = paymentOption
  @description = description
  @detailVersion = detailVersion
  @updateTime = updateTime
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



28536
28537
28538
# File 'lib/eBay.rb', line 28536

def __xmlele_any
  @__xmlele_any
end

#descriptionObject

Returns the value of attribute description.



28533
28534
28535
# File 'lib/eBay.rb', line 28533

def description
  @description
end

#detailVersionObject

Returns the value of attribute detailVersion.



28534
28535
28536
# File 'lib/eBay.rb', line 28534

def detailVersion
  @detailVersion
end

#paymentOptionObject

Returns the value of attribute paymentOption.



28532
28533
28534
# File 'lib/eBay.rb', line 28532

def paymentOption
  @paymentOption
end

#updateTimeObject

Returns the value of attribute updateTime.



28535
28536
28537
# File 'lib/eBay.rb', line 28535

def updateTime
  @updateTime
end

Instance Method Details

#set_any(elements) ⇒ Object



28538
28539
28540
# File 'lib/eBay.rb', line 28538

def set_any(elements)
  @__xmlele_any = elements
end