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.



8977
8978
8979
8980
8981
8982
8983
8984
8985
8986
8987
8988
8989
8990
8991
8992
# File 'lib/eBay.rb', line 8977

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.



8965
8966
8967
# File 'lib/eBay.rb', line 8965

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



8958
8959
8960
# File 'lib/eBay.rb', line 8958

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



8962
8963
8964
# File 'lib/eBay.rb', line 8962

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



8959
8960
8961
# File 'lib/eBay.rb', line 8959

def errorLanguage
  @errorLanguage
end

#includeContainingOrderObject

Returns the value of attribute includeContainingOrder.



8970
8971
8972
# File 'lib/eBay.rb', line 8970

def includeContainingOrder
  @includeContainingOrder
end

#includeFinalValueFeeObject

Returns the value of attribute includeFinalValueFee.



8969
8970
8971
# File 'lib/eBay.rb', line 8969

def includeFinalValueFee
  @includeFinalValueFee
end

#invocationIDObject

Returns the value of attribute invocationID.



8963
8964
8965
# File 'lib/eBay.rb', line 8963

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



8960
8961
8962
# File 'lib/eBay.rb', line 8960

def messageID
  @messageID
end

#modTimeFromObject

Returns the value of attribute modTimeFrom.



8966
8967
8968
# File 'lib/eBay.rb', line 8966

def modTimeFrom
  @modTimeFrom
end

#modTimeToObject

Returns the value of attribute modTimeTo.



8967
8968
8969
# File 'lib/eBay.rb', line 8967

def modTimeTo
  @modTimeTo
end

#paginationObject

Returns the value of attribute pagination.



8968
8969
8970
# File 'lib/eBay.rb', line 8968

def pagination
  @pagination
end

#sKUArrayObject

Returns the value of attribute sKUArray.



8971
8972
8973
# File 'lib/eBay.rb', line 8971

def sKUArray
  @sKUArray
end

#versionObject

Returns the value of attribute version.



8961
8962
8963
# File 'lib/eBay.rb', line 8961

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



8964
8965
8966
# File 'lib/eBay.rb', line 8964

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



8973
8974
8975
# File 'lib/eBay.rb', line 8973

def set_any(elements)
  @__xmlele_any = elements
end