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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["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, itemID = nil, transactionID = nil, feedbackInfo = nil, shipped = nil, paid = nil) ⇒ CompleteSaleRequestType

Returns a new instance of CompleteSaleRequestType.



980
981
982
983
984
985
986
987
988
989
990
991
992
993
# File 'lib/eBay.rb', line 980

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, itemID = nil, transactionID = nil, feedbackInfo = nil, shipped = nil, paid = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @__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.



969
970
971
# File 'lib/eBay.rb', line 969

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



963
964
965
# File 'lib/eBay.rb', line 963

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



967
968
969
# File 'lib/eBay.rb', line 967

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



964
965
966
# File 'lib/eBay.rb', line 964

def errorLanguage
  @errorLanguage
end

#feedbackInfoObject

Returns the value of attribute feedbackInfo.



972
973
974
# File 'lib/eBay.rb', line 972

def feedbackInfo
  @feedbackInfo
end

#invocationIDObject

Returns the value of attribute invocationID.



968
969
970
# File 'lib/eBay.rb', line 968

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



970
971
972
# File 'lib/eBay.rb', line 970

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



965
966
967
# File 'lib/eBay.rb', line 965

def messageID
  @messageID
end

Returns the value of attribute paid.



974
975
976
# File 'lib/eBay.rb', line 974

def paid
  @paid
end

#shippedObject

Returns the value of attribute shipped.



973
974
975
# File 'lib/eBay.rb', line 973

def shipped
  @shipped
end

#transactionIDObject

Returns the value of attribute transactionID.



971
972
973
# File 'lib/eBay.rb', line 971

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



966
967
968
# File 'lib/eBay.rb', line 966

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



976
977
978
# File 'lib/eBay.rb', line 976

def set_any(elements)
  @__xmlele_any = elements
end