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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["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")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GetSellerTransactionsRequestType.



7203
7204
7205
7206
7207
7208
7209
7210
7211
7212
7213
7214
7215
7216
# File 'lib/eBay.rb', line 7203

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7192
7193
7194
# File 'lib/eBay.rb', line 7192

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



7186
7187
7188
# File 'lib/eBay.rb', line 7186

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



7190
7191
7192
# File 'lib/eBay.rb', line 7190

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



7187
7188
7189
# File 'lib/eBay.rb', line 7187

def errorLanguage
  @errorLanguage
end

#includeContainingOrderObject

Returns the value of attribute includeContainingOrder.



7197
7198
7199
# File 'lib/eBay.rb', line 7197

def includeContainingOrder
  @includeContainingOrder
end

#includeFinalValueFeeObject

Returns the value of attribute includeFinalValueFee.



7196
7197
7198
# File 'lib/eBay.rb', line 7196

def includeFinalValueFee
  @includeFinalValueFee
end

#invocationIDObject

Returns the value of attribute invocationID.



7191
7192
7193
# File 'lib/eBay.rb', line 7191

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



7188
7189
7190
# File 'lib/eBay.rb', line 7188

def messageID
  @messageID
end

#modTimeFromObject

Returns the value of attribute modTimeFrom.



7193
7194
7195
# File 'lib/eBay.rb', line 7193

def modTimeFrom
  @modTimeFrom
end

#modTimeToObject

Returns the value of attribute modTimeTo.



7194
7195
7196
# File 'lib/eBay.rb', line 7194

def modTimeTo
  @modTimeTo
end

#paginationObject

Returns the value of attribute pagination.



7195
7196
7197
# File 'lib/eBay.rb', line 7195

def pagination
  @pagination
end

#versionObject

Returns the value of attribute version.



7189
7190
7191
# File 'lib/eBay.rb', line 7189

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



7199
7200
7201
# File 'lib/eBay.rb', line 7199

def set_any(elements)
  @__xmlele_any = elements
end