Class: AddTransactionConfirmationItemRequestType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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, 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)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1258
1259
1260
# File 'lib/eBay.rb', line 1258

def __xmlele_any
  @__xmlele_any
end

#commentsObject

Returns the value of attribute comments.



1266
1267
1268
# File 'lib/eBay.rb', line 1266

def comments
  @comments
end

#detailLevelObject

Returns the value of attribute detailLevel.



1251
1252
1253
# File 'lib/eBay.rb', line 1251

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1255
1256
1257
# File 'lib/eBay.rb', line 1255

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1252
1253
1254
# File 'lib/eBay.rb', line 1252

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1256
1257
1258
# File 'lib/eBay.rb', line 1256

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



1265
1266
1267
# File 'lib/eBay.rb', line 1265

def itemID
  @itemID
end

#listingDurationObject

Returns the value of attribute listingDuration.



1264
1265
1266
# File 'lib/eBay.rb', line 1264

def listingDuration
  @listingDuration
end

#messageIDObject

Returns the value of attribute messageID.



1253
1254
1255
# File 'lib/eBay.rb', line 1253

def messageID
  @messageID
end

#negotiatedPriceObject

Returns the value of attribute negotiatedPrice.



1263
1264
1265
# File 'lib/eBay.rb', line 1263

def negotiatedPrice
  @negotiatedPrice
end

#recipientPostalCodeObject

Returns the value of attribute recipientPostalCode.



1261
1262
1263
# File 'lib/eBay.rb', line 1261

def recipientPostalCode
  @recipientPostalCode
end

#recipientRelationTypeObject

Returns the value of attribute recipientRelationType.



1262
1263
1264
# File 'lib/eBay.rb', line 1262

def recipientRelationType
  @recipientRelationType
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



1259
1260
1261
# File 'lib/eBay.rb', line 1259

def recipientUserID
  @recipientUserID
end

#verifyEligibilityOnlyObject

Returns the value of attribute verifyEligibilityOnly.



1260
1261
1262
# File 'lib/eBay.rb', line 1260

def verifyEligibilityOnly
  @verifyEligibilityOnly
end

#versionObject

Returns the value of attribute version.



1254
1255
1256
# File 'lib/eBay.rb', line 1254

def version
  @version
end

#warningLevelObject

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