Class: EBay::GetOrderTransactionsRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetOrderTransactionsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetOrderTransactionsRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#includeFinalValueFees ⇒ Object
Returns the value of attribute includeFinalValueFees.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#itemTransactionIDArray ⇒ Object
Returns the value of attribute itemTransactionIDArray.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#orderIDArray ⇒ Object
Returns the value of attribute orderIDArray.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#platform ⇒ Object
Returns the value of attribute platform.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#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
constructor
A new instance of GetOrderTransactionsRequestType.
- #set_any(elements) ⇒ Object
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, = 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 = @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
3646 3647 3648 |
# File 'lib/eBay.rb', line 3646 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
3645 3646 3647 |
# File 'lib/eBay.rb', line 3645 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
3636 3637 3638 |
# File 'lib/eBay.rb', line 3636 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
3640 3641 3642 |
# File 'lib/eBay.rb', line 3640 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
3641 3642 3643 |
# File 'lib/eBay.rb', line 3641 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
3637 3638 3639 |
# File 'lib/eBay.rb', line 3637 def errorLanguage @errorLanguage end |
#includeFinalValueFees ⇒ Object
Returns the value of attribute includeFinalValueFees.
3650 3651 3652 |
# File 'lib/eBay.rb', line 3650 def includeFinalValueFees @includeFinalValueFees end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
3642 3643 3644 |
# File 'lib/eBay.rb', line 3642 def invocationID @invocationID end |
#itemTransactionIDArray ⇒ Object
Returns the value of attribute itemTransactionIDArray.
3647 3648 3649 |
# File 'lib/eBay.rb', line 3647 def itemTransactionIDArray @itemTransactionIDArray end |
#messageID ⇒ Object
Returns the value of attribute messageID.
3638 3639 3640 |
# File 'lib/eBay.rb', line 3638 def @messageID end |
#orderIDArray ⇒ Object
Returns the value of attribute orderIDArray.
3648 3649 3650 |
# File 'lib/eBay.rb', line 3648 def orderIDArray @orderIDArray end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
3643 3644 3645 |
# File 'lib/eBay.rb', line 3643 def outputSelector @outputSelector end |
#platform ⇒ Object
Returns the value of attribute platform.
3649 3650 3651 |
# File 'lib/eBay.rb', line 3649 def platform @platform end |
#version ⇒ Object
Returns the value of attribute version.
3639 3640 3641 |
# File 'lib/eBay.rb', line 3639 def version @version end |
#warningLevel ⇒ Object
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 |