Class: GetTransactionDetailsRequestType

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

Overview

urn:ebay:api:PayPalAPIGetTransactionDetailsRequestType

Constant Summary collapse

@@schema_type =
"GetTransactionDetailsRequestType"
@@schema_ns =
"urn:ebay:api:PayPalAPI"
@@schema_element =
[
  ["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
  ["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
  ["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["transactionID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:api:PayPalAPI", "TransactionID")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, transactionID = nil) ⇒ GetTransactionDetailsRequestType

Returns a new instance of GetTransactionDetailsRequestType.



359
360
361
362
363
364
365
366
# File 'lib/v_paypal/default.rb', line 359

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, transactionID = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @__xmlele_any = nil
  @transactionID = transactionID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



352
353
354
# File 'lib/v_paypal/default.rb', line 352

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



348
349
350
# File 'lib/v_paypal/default.rb', line 348

def detailLevel
  @detailLevel
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



349
350
351
# File 'lib/v_paypal/default.rb', line 349

def errorLanguage
  @errorLanguage
end

#messageIDObject

Returns the value of attribute messageID.



350
351
352
# File 'lib/v_paypal/default.rb', line 350

def messageID
  @messageID
end

#transactionIDObject

Returns the value of attribute transactionID.



353
354
355
# File 'lib/v_paypal/default.rb', line 353

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



351
352
353
# File 'lib/v_paypal/default.rb', line 351

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



355
356
357
# File 'lib/v_paypal/default.rb', line 355

def set_any(elements)
  @__xmlele_any = elements
end