Class: EBay::GetItemTransactionsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetItemTransactionsRequestType

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
itemID - (any)
modTimeFrom - SOAP::SOAPDateTime
modTimeTo - SOAP::SOAPDateTime
transactionID - SOAP::SOAPString
pagination - EBay::PaginationType
includeFinalValueFee - SOAP::SOAPBoolean
includeContainingOrder - SOAP::SOAPBoolean
platform - EBay::TransactionPlatformCodeType
numberOfDays - SOAP::SOAPInt
includeVariations - SOAP::SOAPBoolean
orderLineItemID - SOAP::SOAPString

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, itemID = nil, modTimeFrom = nil, modTimeTo = nil, transactionID = nil, pagination = nil, includeFinalValueFee = nil, includeContainingOrder = nil, platform = nil, numberOfDays = nil, includeVariations = nil, orderLineItemID = nil) ⇒ GetItemTransactionsRequestType

Returns a new instance of GetItemTransactionsRequestType.



3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
# File 'lib/eBay.rb', line 3057

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, modTimeFrom = nil, modTimeTo = nil, transactionID = nil, pagination = nil, includeFinalValueFee = nil, includeContainingOrder = nil, platform = nil, numberOfDays = nil, includeVariations = nil, orderLineItemID = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @itemID = itemID
  @modTimeFrom = modTimeFrom
  @modTimeTo = modTimeTo
  @transactionID = transactionID
  @pagination = pagination
  @includeFinalValueFee = includeFinalValueFee
  @includeContainingOrder = includeContainingOrder
  @platform = platform
  @numberOfDays = numberOfDays
  @includeVariations = includeVariations
  @orderLineItemID = orderLineItemID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3040
3041
3042
# File 'lib/eBay.rb', line 3040

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



3039
3040
3041
# File 'lib/eBay.rb', line 3039

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



3030
3031
3032
# File 'lib/eBay.rb', line 3030

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



3034
3035
3036
# File 'lib/eBay.rb', line 3034

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3035
3036
3037
# File 'lib/eBay.rb', line 3035

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3031
3032
3033
# File 'lib/eBay.rb', line 3031

def errorLanguage
  @errorLanguage
end

#includeContainingOrderObject

Returns the value of attribute includeContainingOrder.



3047
3048
3049
# File 'lib/eBay.rb', line 3047

def includeContainingOrder
  @includeContainingOrder
end

#includeFinalValueFeeObject

Returns the value of attribute includeFinalValueFee.



3046
3047
3048
# File 'lib/eBay.rb', line 3046

def includeFinalValueFee
  @includeFinalValueFee
end

#includeVariationsObject

Returns the value of attribute includeVariations.



3050
3051
3052
# File 'lib/eBay.rb', line 3050

def includeVariations
  @includeVariations
end

#invocationIDObject

Returns the value of attribute invocationID.



3036
3037
3038
# File 'lib/eBay.rb', line 3036

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



3041
3042
3043
# File 'lib/eBay.rb', line 3041

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



3032
3033
3034
# File 'lib/eBay.rb', line 3032

def messageID
  @messageID
end

#modTimeFromObject

Returns the value of attribute modTimeFrom.



3042
3043
3044
# File 'lib/eBay.rb', line 3042

def modTimeFrom
  @modTimeFrom
end

#modTimeToObject

Returns the value of attribute modTimeTo.



3043
3044
3045
# File 'lib/eBay.rb', line 3043

def modTimeTo
  @modTimeTo
end

#numberOfDaysObject

Returns the value of attribute numberOfDays.



3049
3050
3051
# File 'lib/eBay.rb', line 3049

def numberOfDays
  @numberOfDays
end

#orderLineItemIDObject

Returns the value of attribute orderLineItemID.



3051
3052
3053
# File 'lib/eBay.rb', line 3051

def orderLineItemID
  @orderLineItemID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



3037
3038
3039
# File 'lib/eBay.rb', line 3037

def outputSelector
  @outputSelector
end

#paginationObject

Returns the value of attribute pagination.



3045
3046
3047
# File 'lib/eBay.rb', line 3045

def pagination
  @pagination
end

#platformObject

Returns the value of attribute platform.



3048
3049
3050
# File 'lib/eBay.rb', line 3048

def platform
  @platform
end

#transactionIDObject

Returns the value of attribute transactionID.



3044
3045
3046
# File 'lib/eBay.rb', line 3044

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



3033
3034
3035
# File 'lib/eBay.rb', line 3033

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3038
3039
3040
# File 'lib/eBay.rb', line 3038

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3053
3054
3055
# File 'lib/eBay.rb', line 3053

def set_any(elements)
  @__xmlele_any = elements
end