Class: EBay::GetSellerTransactionsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellerTransactionsRequestType

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
modTimeFrom - SOAP::SOAPDateTime
modTimeTo - SOAP::SOAPDateTime
pagination - EBay::PaginationType
includeFinalValueFee - SOAP::SOAPBoolean
includeContainingOrder - SOAP::SOAPBoolean
sKUArray - EBay::SKUArrayType
platform - EBay::TransactionPlatformCodeType
numberOfDays - SOAP::SOAPInt
inventoryTrackingMethod - EBay::InventoryTrackingMethodCodeType
includeCodiceFiscale - 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, modTimeFrom = nil, modTimeTo = nil, pagination = nil, includeFinalValueFee = nil, includeContainingOrder = nil, sKUArray = nil, platform = nil, numberOfDays = nil, inventoryTrackingMethod = nil, includeCodiceFiscale = nil) ⇒ GetSellerTransactionsRequestType

Returns a new instance of GetSellerTransactionsRequestType.



4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
# File 'lib/eBay.rb', line 4545

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, inventoryTrackingMethod = nil, includeCodiceFiscale = 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
  @inventoryTrackingMethod = inventoryTrackingMethod
  @includeCodiceFiscale = includeCodiceFiscale
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4529
4530
4531
# File 'lib/eBay.rb', line 4529

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



4528
4529
4530
# File 'lib/eBay.rb', line 4528

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



4519
4520
4521
# File 'lib/eBay.rb', line 4519

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



4523
4524
4525
# File 'lib/eBay.rb', line 4523

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4524
4525
4526
# File 'lib/eBay.rb', line 4524

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4520
4521
4522
# File 'lib/eBay.rb', line 4520

def errorLanguage
  @errorLanguage
end

#includeCodiceFiscaleObject

Returns the value of attribute includeCodiceFiscale.



4539
4540
4541
# File 'lib/eBay.rb', line 4539

def includeCodiceFiscale
  @includeCodiceFiscale
end

#includeContainingOrderObject

Returns the value of attribute includeContainingOrder.



4534
4535
4536
# File 'lib/eBay.rb', line 4534

def includeContainingOrder
  @includeContainingOrder
end

#includeFinalValueFeeObject

Returns the value of attribute includeFinalValueFee.



4533
4534
4535
# File 'lib/eBay.rb', line 4533

def includeFinalValueFee
  @includeFinalValueFee
end

#inventoryTrackingMethodObject

Returns the value of attribute inventoryTrackingMethod.



4538
4539
4540
# File 'lib/eBay.rb', line 4538

def inventoryTrackingMethod
  @inventoryTrackingMethod
end

#invocationIDObject

Returns the value of attribute invocationID.



4525
4526
4527
# File 'lib/eBay.rb', line 4525

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



4521
4522
4523
# File 'lib/eBay.rb', line 4521

def messageID
  @messageID
end

#modTimeFromObject

Returns the value of attribute modTimeFrom.



4530
4531
4532
# File 'lib/eBay.rb', line 4530

def modTimeFrom
  @modTimeFrom
end

#modTimeToObject

Returns the value of attribute modTimeTo.



4531
4532
4533
# File 'lib/eBay.rb', line 4531

def modTimeTo
  @modTimeTo
end

#numberOfDaysObject

Returns the value of attribute numberOfDays.



4537
4538
4539
# File 'lib/eBay.rb', line 4537

def numberOfDays
  @numberOfDays
end

#outputSelectorObject

Returns the value of attribute outputSelector.



4526
4527
4528
# File 'lib/eBay.rb', line 4526

def outputSelector
  @outputSelector
end

#paginationObject

Returns the value of attribute pagination.



4532
4533
4534
# File 'lib/eBay.rb', line 4532

def pagination
  @pagination
end

#platformObject

Returns the value of attribute platform.



4536
4537
4538
# File 'lib/eBay.rb', line 4536

def platform
  @platform
end

#sKUArrayObject

Returns the value of attribute sKUArray.



4535
4536
4537
# File 'lib/eBay.rb', line 4535

def sKUArray
  @sKUArray
end

#versionObject

Returns the value of attribute version.



4522
4523
4524
# File 'lib/eBay.rb', line 4522

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4527
4528
4529
# File 'lib/eBay.rb', line 4527

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4541
4542
4543
# File 'lib/eBay.rb', line 4541

def set_any(elements)
  @__xmlele_any = elements
end