Class: GetSellerTransactionsRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetSellerTransactionsRequestType

Constant Summary collapse

@@schema_type =
"GetSellerTransactionsRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
  ["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
  ["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]],
  ["invocationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
  ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["modTimeFrom", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ModTimeFrom")]],
  ["modTimeTo", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ModTimeTo")]],
  ["pagination", ["PaginationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Pagination")]],
  ["includeFinalValueFee", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "IncludeFinalValueFee")]],
  ["includeContainingOrder", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "IncludeContainingOrder")]],
  ["sKUArray", ["SKUArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SKUArray")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, modTimeFrom = nil, modTimeTo = nil, pagination = nil, includeFinalValueFee = nil, includeContainingOrder = nil, sKUArray = nil) ⇒ GetSellerTransactionsRequestType

Returns a new instance of GetSellerTransactionsRequestType.



7913
7914
7915
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
7927
7928
# File 'lib/eBay.rb', line 7913

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7901
7902
7903
# File 'lib/eBay.rb', line 7901

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



7894
7895
7896
# File 'lib/eBay.rb', line 7894

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



7898
7899
7900
# File 'lib/eBay.rb', line 7898

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



7895
7896
7897
# File 'lib/eBay.rb', line 7895

def errorLanguage
  @errorLanguage
end

#includeContainingOrderObject

Returns the value of attribute includeContainingOrder.



7906
7907
7908
# File 'lib/eBay.rb', line 7906

def includeContainingOrder
  @includeContainingOrder
end

#includeFinalValueFeeObject

Returns the value of attribute includeFinalValueFee.



7905
7906
7907
# File 'lib/eBay.rb', line 7905

def includeFinalValueFee
  @includeFinalValueFee
end

#invocationIDObject

Returns the value of attribute invocationID.



7899
7900
7901
# File 'lib/eBay.rb', line 7899

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



7896
7897
7898
# File 'lib/eBay.rb', line 7896

def messageID
  @messageID
end

#modTimeFromObject

Returns the value of attribute modTimeFrom.



7902
7903
7904
# File 'lib/eBay.rb', line 7902

def modTimeFrom
  @modTimeFrom
end

#modTimeToObject

Returns the value of attribute modTimeTo.



7903
7904
7905
# File 'lib/eBay.rb', line 7903

def modTimeTo
  @modTimeTo
end

#paginationObject

Returns the value of attribute pagination.



7904
7905
7906
# File 'lib/eBay.rb', line 7904

def pagination
  @pagination
end

#sKUArrayObject

Returns the value of attribute sKUArray.



7907
7908
7909
# File 'lib/eBay.rb', line 7907

def sKUArray
  @sKUArray
end

#versionObject

Returns the value of attribute version.



7897
7898
7899
# File 'lib/eBay.rb', line 7897

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



7900
7901
7902
# File 'lib/eBay.rb', line 7900

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



7909
7910
7911
# File 'lib/eBay.rb', line 7909

def set_any(elements)
  @__xmlele_any = elements
end