Class: GetSellerTransactionsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellerTransactionsRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
modTimeFrom - SOAP::SOAPDateTime
modTimeTo - SOAP::SOAPDateTime
pagination - PaginationType
includeFinalValueFee - SOAP::SOAPBoolean
includeContainingOrder - SOAP::SOAPBoolean
sKUArray - SKUArrayType
platform - TransactionPlatformCodeType
numberOfDays - SOAP::SOAPInt

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, modTimeFrom = nil, modTimeTo = nil, pagination = nil, includeFinalValueFee = nil, includeContainingOrder = nil, sKUArray = nil, platform = nil, numberOfDays = nil) ⇒ GetSellerTransactionsRequestType

Returns a new instance of GetSellerTransactionsRequestType.



4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
# File 'lib/eBay.rb', line 4398

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4384
4385
4386
# File 'lib/eBay.rb', line 4384

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



4383
4384
4385
# File 'lib/eBay.rb', line 4383

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



4374
4375
4376
# File 'lib/eBay.rb', line 4374

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



4378
4379
4380
# File 'lib/eBay.rb', line 4378

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4379
4380
4381
# File 'lib/eBay.rb', line 4379

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4375
4376
4377
# File 'lib/eBay.rb', line 4375

def errorLanguage
  @errorLanguage
end

#includeContainingOrderObject

Returns the value of attribute includeContainingOrder.



4389
4390
4391
# File 'lib/eBay.rb', line 4389

def includeContainingOrder
  @includeContainingOrder
end

#includeFinalValueFeeObject

Returns the value of attribute includeFinalValueFee.



4388
4389
4390
# File 'lib/eBay.rb', line 4388

def includeFinalValueFee
  @includeFinalValueFee
end

#invocationIDObject

Returns the value of attribute invocationID.



4380
4381
4382
# File 'lib/eBay.rb', line 4380

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



4376
4377
4378
# File 'lib/eBay.rb', line 4376

def messageID
  @messageID
end

#modTimeFromObject

Returns the value of attribute modTimeFrom.



4385
4386
4387
# File 'lib/eBay.rb', line 4385

def modTimeFrom
  @modTimeFrom
end

#modTimeToObject

Returns the value of attribute modTimeTo.



4386
4387
4388
# File 'lib/eBay.rb', line 4386

def modTimeTo
  @modTimeTo
end

#numberOfDaysObject

Returns the value of attribute numberOfDays.



4392
4393
4394
# File 'lib/eBay.rb', line 4392

def numberOfDays
  @numberOfDays
end

#outputSelectorObject

Returns the value of attribute outputSelector.



4381
4382
4383
# File 'lib/eBay.rb', line 4381

def outputSelector
  @outputSelector
end

#paginationObject

Returns the value of attribute pagination.



4387
4388
4389
# File 'lib/eBay.rb', line 4387

def pagination
  @pagination
end

#platformObject

Returns the value of attribute platform.



4391
4392
4393
# File 'lib/eBay.rb', line 4391

def platform
  @platform
end

#sKUArrayObject

Returns the value of attribute sKUArray.



4390
4391
4392
# File 'lib/eBay.rb', line 4390

def sKUArray
  @sKUArray
end

#versionObject

Returns the value of attribute version.



4377
4378
4379
# File 'lib/eBay.rb', line 4377

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4382
4383
4384
# File 'lib/eBay.rb', line 4382

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4394
4395
4396
# File 'lib/eBay.rb', line 4394

def set_any(elements)
  @__xmlele_any = elements
end