Class: CompleteSaleRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsCompleteSaleRequestType

Constant Summary collapse

@@schema_type =
"CompleteSaleRequestType"
@@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")]],
  ["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]],
  ["transactionID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TransactionID")]],
  ["feedbackInfo", ["FeedbackInfoType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FeedbackInfo")]],
  ["shipped", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Shipped")]],
  ["paid", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Paid")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, transactionID = nil, feedbackInfo = nil, shipped = nil, paid = nil) ⇒ CompleteSaleRequestType

Returns a new instance of CompleteSaleRequestType.



1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
# File 'lib/eBay.rb', line 1510

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, transactionID = nil, feedbackInfo = nil, shipped = nil, paid = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__xmlele_any = nil
  @itemID = itemID
  @transactionID = transactionID
  @feedbackInfo = feedbackInfo
  @shipped = shipped
  @paid = paid
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1499
1500
1501
# File 'lib/eBay.rb', line 1499

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



1492
1493
1494
# File 'lib/eBay.rb', line 1492

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1496
1497
1498
# File 'lib/eBay.rb', line 1496

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1493
1494
1495
# File 'lib/eBay.rb', line 1493

def errorLanguage
  @errorLanguage
end

#feedbackInfoObject

Returns the value of attribute feedbackInfo.



1502
1503
1504
# File 'lib/eBay.rb', line 1502

def feedbackInfo
  @feedbackInfo
end

#invocationIDObject

Returns the value of attribute invocationID.



1497
1498
1499
# File 'lib/eBay.rb', line 1497

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



1500
1501
1502
# File 'lib/eBay.rb', line 1500

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



1494
1495
1496
# File 'lib/eBay.rb', line 1494

def messageID
  @messageID
end

Returns the value of attribute paid.



1504
1505
1506
# File 'lib/eBay.rb', line 1504

def paid
  @paid
end

#shippedObject

Returns the value of attribute shipped.



1503
1504
1505
# File 'lib/eBay.rb', line 1503

def shipped
  @shipped
end

#transactionIDObject

Returns the value of attribute transactionID.



1501
1502
1503
# File 'lib/eBay.rb', line 1501

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



1495
1496
1497
# File 'lib/eBay.rb', line 1495

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1498
1499
1500
# File 'lib/eBay.rb', line 1498

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1506
1507
1508
# File 'lib/eBay.rb', line 1506

def set_any(elements)
  @__xmlele_any = elements
end