Class: AddTransactionConfirmationItemRequestType
- Inherits:
-
Object
- Object
- AddTransactionConfirmationItemRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsAddTransactionConfirmationItemRequestType
Constant Summary collapse
- @@schema_type =
"AddTransactionConfirmationItemRequestType"- @@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")]], ["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]], ["verifyEligibilityOnly", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "VerifyEligibilityOnly")]], ["recipientPostalCode", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientPostalCode")]], ["recipientRelationType", ["RecipientRelationCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientRelationType")]], ["negotiatedPrice", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NegotiatedPrice")]], ["listingDuration", ["SecondChanceOfferDurationCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ListingDuration")]], ["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]], ["comments", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Comments")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#comments ⇒ Object
Returns the value of attribute comments.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#listingDuration ⇒ Object
Returns the value of attribute listingDuration.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#negotiatedPrice ⇒ Object
Returns the value of attribute negotiatedPrice.
-
#recipientPostalCode ⇒ Object
Returns the value of attribute recipientPostalCode.
-
#recipientRelationType ⇒ Object
Returns the value of attribute recipientRelationType.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#verifyEligibilityOnly ⇒ Object
Returns the value of attribute verifyEligibilityOnly.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, recipientUserID = nil, verifyEligibilityOnly = nil, recipientPostalCode = nil, recipientRelationType = nil, negotiatedPrice = nil, listingDuration = nil, itemID = nil, comments = nil) ⇒ AddTransactionConfirmationItemRequestType
constructor
A new instance of AddTransactionConfirmationItemRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, recipientUserID = nil, verifyEligibilityOnly = nil, recipientPostalCode = nil, recipientRelationType = nil, negotiatedPrice = nil, listingDuration = nil, itemID = nil, comments = nil) ⇒ AddTransactionConfirmationItemRequestType
Returns a new instance of AddTransactionConfirmationItemRequestType.
1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 |
# File 'lib/eBay.rb', line 1272 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, recipientUserID = nil, verifyEligibilityOnly = nil, recipientPostalCode = nil, recipientRelationType = nil, negotiatedPrice = nil, listingDuration = nil, itemID = nil, comments = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @recipientUserID = recipientUserID @verifyEligibilityOnly = verifyEligibilityOnly @recipientPostalCode = recipientPostalCode @recipientRelationType = recipientRelationType @negotiatedPrice = negotiatedPrice @listingDuration = listingDuration @itemID = itemID @comments = comments end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
1258 1259 1260 |
# File 'lib/eBay.rb', line 1258 def __xmlele_any @__xmlele_any end |
#comments ⇒ Object
Returns the value of attribute comments.
1266 1267 1268 |
# File 'lib/eBay.rb', line 1266 def comments @comments end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
1251 1252 1253 |
# File 'lib/eBay.rb', line 1251 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
1255 1256 1257 |
# File 'lib/eBay.rb', line 1255 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
1252 1253 1254 |
# File 'lib/eBay.rb', line 1252 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
1256 1257 1258 |
# File 'lib/eBay.rb', line 1256 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
1265 1266 1267 |
# File 'lib/eBay.rb', line 1265 def itemID @itemID end |
#listingDuration ⇒ Object
Returns the value of attribute listingDuration.
1264 1265 1266 |
# File 'lib/eBay.rb', line 1264 def listingDuration @listingDuration end |
#messageID ⇒ Object
Returns the value of attribute messageID.
1253 1254 1255 |
# File 'lib/eBay.rb', line 1253 def @messageID end |
#negotiatedPrice ⇒ Object
Returns the value of attribute negotiatedPrice.
1263 1264 1265 |
# File 'lib/eBay.rb', line 1263 def negotiatedPrice @negotiatedPrice end |
#recipientPostalCode ⇒ Object
Returns the value of attribute recipientPostalCode.
1261 1262 1263 |
# File 'lib/eBay.rb', line 1261 def recipientPostalCode @recipientPostalCode end |
#recipientRelationType ⇒ Object
Returns the value of attribute recipientRelationType.
1262 1263 1264 |
# File 'lib/eBay.rb', line 1262 def recipientRelationType @recipientRelationType end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
1259 1260 1261 |
# File 'lib/eBay.rb', line 1259 def recipientUserID @recipientUserID end |
#verifyEligibilityOnly ⇒ Object
Returns the value of attribute verifyEligibilityOnly.
1260 1261 1262 |
# File 'lib/eBay.rb', line 1260 def verifyEligibilityOnly @verifyEligibilityOnly end |
#version ⇒ Object
Returns the value of attribute version.
1254 1255 1256 |
# File 'lib/eBay.rb', line 1254 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
1257 1258 1259 |
# File 'lib/eBay.rb', line 1257 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
1268 1269 1270 |
# File 'lib/eBay.rb', line 1268 def set_any(elements) @__xmlele_any = elements end |