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.



1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
# File 'lib/eBay.rb', line 1138

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.



1127
1128
1129
# File 'lib/eBay.rb', line 1127

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



1120
1121
1122
# File 'lib/eBay.rb', line 1120

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1124
1125
1126
# File 'lib/eBay.rb', line 1124

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1121
1122
1123
# File 'lib/eBay.rb', line 1121

def errorLanguage
  @errorLanguage
end

#feedbackInfoObject

Returns the value of attribute feedbackInfo.



1130
1131
1132
# File 'lib/eBay.rb', line 1130

def feedbackInfo
  @feedbackInfo
end

#invocationIDObject

Returns the value of attribute invocationID.



1125
1126
1127
# File 'lib/eBay.rb', line 1125

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



1128
1129
1130
# File 'lib/eBay.rb', line 1128

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



1122
1123
1124
# File 'lib/eBay.rb', line 1122

def messageID
  @messageID
end

Returns the value of attribute paid.



1132
1133
1134
# File 'lib/eBay.rb', line 1132

def paid
  @paid
end

#shippedObject

Returns the value of attribute shipped.



1131
1132
1133
# File 'lib/eBay.rb', line 1131

def shipped
  @shipped
end

#transactionIDObject

Returns the value of attribute transactionID.



1129
1130
1131
# File 'lib/eBay.rb', line 1129

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



1123
1124
1125
# File 'lib/eBay.rb', line 1123

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1126
1127
1128
# File 'lib/eBay.rb', line 1126

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1134
1135
1136
# File 'lib/eBay.rb', line 1134

def set_any(elements)
  @__xmlele_any = elements
end