Class: EBay::AddTransactionConfirmationItemRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::AddTransactionConfirmationItemRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsAddTransactionConfirmationItemRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
recipientUserID - (any)
verifyEligibilityOnly - SOAP::SOAPString
recipientPostalCode - SOAP::SOAPString
recipientRelationType - EBay::RecipientRelationCodeType
negotiatedPrice - EBay::AmountType
listingDuration - EBay::SecondChanceOfferDurationCodeType
itemID - (any)
comments - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#comments ⇒ Object
Returns the value of attribute comments.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#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.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#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, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = 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, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, recipientUserID = nil, verifyEligibilityOnly = nil, recipientPostalCode = nil, recipientRelationType = nil, negotiatedPrice = nil, listingDuration = nil, itemID = nil, comments = nil) ⇒ AddTransactionConfirmationItemRequestType
Returns a new instance of AddTransactionConfirmationItemRequestType.
905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 |
# File 'lib/eBay.rb', line 905 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, recipientUserID = nil, verifyEligibilityOnly = nil, recipientPostalCode = nil, recipientRelationType = nil, negotiatedPrice = nil, listingDuration = nil, itemID = nil, comments = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__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.
891 892 893 |
# File 'lib/eBay.rb', line 891 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
890 891 892 |
# File 'lib/eBay.rb', line 890 def botBlock @botBlock end |
#comments ⇒ Object
Returns the value of attribute comments.
899 900 901 |
# File 'lib/eBay.rb', line 899 def comments @comments end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
881 882 883 |
# File 'lib/eBay.rb', line 881 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
885 886 887 |
# File 'lib/eBay.rb', line 885 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
886 887 888 |
# File 'lib/eBay.rb', line 886 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
882 883 884 |
# File 'lib/eBay.rb', line 882 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
887 888 889 |
# File 'lib/eBay.rb', line 887 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
898 899 900 |
# File 'lib/eBay.rb', line 898 def itemID @itemID end |
#listingDuration ⇒ Object
Returns the value of attribute listingDuration.
897 898 899 |
# File 'lib/eBay.rb', line 897 def listingDuration @listingDuration end |
#messageID ⇒ Object
Returns the value of attribute messageID.
883 884 885 |
# File 'lib/eBay.rb', line 883 def @messageID end |
#negotiatedPrice ⇒ Object
Returns the value of attribute negotiatedPrice.
896 897 898 |
# File 'lib/eBay.rb', line 896 def negotiatedPrice @negotiatedPrice end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
888 889 890 |
# File 'lib/eBay.rb', line 888 def outputSelector @outputSelector end |
#recipientPostalCode ⇒ Object
Returns the value of attribute recipientPostalCode.
894 895 896 |
# File 'lib/eBay.rb', line 894 def recipientPostalCode @recipientPostalCode end |
#recipientRelationType ⇒ Object
Returns the value of attribute recipientRelationType.
895 896 897 |
# File 'lib/eBay.rb', line 895 def recipientRelationType @recipientRelationType end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
892 893 894 |
# File 'lib/eBay.rb', line 892 def recipientUserID @recipientUserID end |
#verifyEligibilityOnly ⇒ Object
Returns the value of attribute verifyEligibilityOnly.
893 894 895 |
# File 'lib/eBay.rb', line 893 def verifyEligibilityOnly @verifyEligibilityOnly end |
#version ⇒ Object
Returns the value of attribute version.
884 885 886 |
# File 'lib/eBay.rb', line 884 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
889 890 891 |
# File 'lib/eBay.rb', line 889 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
901 902 903 |
# File 'lib/eBay.rb', line 901 def set_any(elements) @__xmlele_any = elements end |