Class: EBay::GetOrderTransactionsRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetOrderTransactionsRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
itemTransactionIDArray - EBay::ItemTransactionIDArrayType
orderIDArray - EBay::OrderIDArrayType
platform - EBay::TransactionPlatformCodeType
includeFinalValueFees - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemTransactionIDArray = nil, orderIDArray = nil, platform = nil, includeFinalValueFees = nil) ⇒ GetOrderTransactionsRequestType

Returns a new instance of GetOrderTransactionsRequestType.



3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
# File 'lib/eBay.rb', line 3656

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemTransactionIDArray = nil, orderIDArray = nil, platform = nil, includeFinalValueFees = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @itemTransactionIDArray = itemTransactionIDArray
  @orderIDArray = orderIDArray
  @platform = platform
  @includeFinalValueFees = includeFinalValueFees
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3646
3647
3648
# File 'lib/eBay.rb', line 3646

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



3645
3646
3647
# File 'lib/eBay.rb', line 3645

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



3636
3637
3638
# File 'lib/eBay.rb', line 3636

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



3640
3641
3642
# File 'lib/eBay.rb', line 3640

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3641
3642
3643
# File 'lib/eBay.rb', line 3641

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3637
3638
3639
# File 'lib/eBay.rb', line 3637

def errorLanguage
  @errorLanguage
end

#includeFinalValueFeesObject

Returns the value of attribute includeFinalValueFees.



3650
3651
3652
# File 'lib/eBay.rb', line 3650

def includeFinalValueFees
  @includeFinalValueFees
end

#invocationIDObject

Returns the value of attribute invocationID.



3642
3643
3644
# File 'lib/eBay.rb', line 3642

def invocationID
  @invocationID
end

#itemTransactionIDArrayObject

Returns the value of attribute itemTransactionIDArray.



3647
3648
3649
# File 'lib/eBay.rb', line 3647

def itemTransactionIDArray
  @itemTransactionIDArray
end

#messageIDObject

Returns the value of attribute messageID.



3638
3639
3640
# File 'lib/eBay.rb', line 3638

def messageID
  @messageID
end

#orderIDArrayObject

Returns the value of attribute orderIDArray.



3648
3649
3650
# File 'lib/eBay.rb', line 3648

def orderIDArray
  @orderIDArray
end

#outputSelectorObject

Returns the value of attribute outputSelector.



3643
3644
3645
# File 'lib/eBay.rb', line 3643

def outputSelector
  @outputSelector
end

#platformObject

Returns the value of attribute platform.



3649
3650
3651
# File 'lib/eBay.rb', line 3649

def platform
  @platform
end

#versionObject

Returns the value of attribute version.



3639
3640
3641
# File 'lib/eBay.rb', line 3639

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3644
3645
3646
# File 'lib/eBay.rb', line 3644

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3652
3653
3654
# File 'lib/eBay.rb', line 3652

def set_any(elements)
  @__xmlele_any = elements
end