Class: EBay::CompleteSaleRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::CompleteSaleRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsCompleteSaleRequestType
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
itemID - (any)
transactionID - SOAP::SOAPString
feedbackInfo - EBay::FeedbackInfoType
shipped - SOAP::SOAPBoolean
paid - SOAP::SOAPBoolean
listingType - EBay::ListingTypeCodeType
shipment - EBay::ShipmentType
orderID - SOAP::SOAPString
orderLineItemID - 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.
-
#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.
-
#feedbackInfo ⇒ Object
Returns the value of attribute feedbackInfo.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#listingType ⇒ Object
Returns the value of attribute listingType.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#orderID ⇒ Object
Returns the value of attribute orderID.
-
#orderLineItemID ⇒ Object
Returns the value of attribute orderLineItemID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#paid ⇒ Object
Returns the value of attribute paid.
-
#shipment ⇒ Object
Returns the value of attribute shipment.
-
#shipped ⇒ Object
Returns the value of attribute shipped.
-
#transactionID ⇒ Object
Returns the value of attribute transactionID.
-
#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, itemID = nil, transactionID = nil, feedbackInfo = nil, shipped = nil, paid = nil, listingType = nil, shipment = nil, orderID = nil, orderLineItemID = nil) ⇒ CompleteSaleRequestType
constructor
A new instance of CompleteSaleRequestType.
- #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, itemID = nil, transactionID = nil, feedbackInfo = nil, shipped = nil, paid = nil, listingType = nil, shipment = nil, orderID = nil, orderLineItemID = nil) ⇒ CompleteSaleRequestType
Returns a new instance of CompleteSaleRequestType.
974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 |
# File 'lib/eBay.rb', line 974 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, transactionID = nil, feedbackInfo = nil, shipped = nil, paid = nil, listingType = nil, shipment = nil, orderID = nil, orderLineItemID = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @itemID = itemID @transactionID = transactionID @feedbackInfo = feedbackInfo @shipped = shipped @paid = paid @listingType = listingType @shipment = shipment @orderID = orderID @orderLineItemID = orderLineItemID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
959 960 961 |
# File 'lib/eBay.rb', line 959 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
958 959 960 |
# File 'lib/eBay.rb', line 958 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
949 950 951 |
# File 'lib/eBay.rb', line 949 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
953 954 955 |
# File 'lib/eBay.rb', line 953 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
954 955 956 |
# File 'lib/eBay.rb', line 954 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
950 951 952 |
# File 'lib/eBay.rb', line 950 def errorLanguage @errorLanguage end |
#feedbackInfo ⇒ Object
Returns the value of attribute feedbackInfo.
962 963 964 |
# File 'lib/eBay.rb', line 962 def feedbackInfo @feedbackInfo end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
955 956 957 |
# File 'lib/eBay.rb', line 955 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
960 961 962 |
# File 'lib/eBay.rb', line 960 def itemID @itemID end |
#listingType ⇒ Object
Returns the value of attribute listingType.
965 966 967 |
# File 'lib/eBay.rb', line 965 def listingType @listingType end |
#messageID ⇒ Object
Returns the value of attribute messageID.
951 952 953 |
# File 'lib/eBay.rb', line 951 def @messageID end |
#orderID ⇒ Object
Returns the value of attribute orderID.
967 968 969 |
# File 'lib/eBay.rb', line 967 def orderID @orderID end |
#orderLineItemID ⇒ Object
Returns the value of attribute orderLineItemID.
968 969 970 |
# File 'lib/eBay.rb', line 968 def orderLineItemID @orderLineItemID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
956 957 958 |
# File 'lib/eBay.rb', line 956 def outputSelector @outputSelector end |
#paid ⇒ Object
Returns the value of attribute paid.
964 965 966 |
# File 'lib/eBay.rb', line 964 def paid @paid end |
#shipment ⇒ Object
Returns the value of attribute shipment.
966 967 968 |
# File 'lib/eBay.rb', line 966 def shipment @shipment end |
#shipped ⇒ Object
Returns the value of attribute shipped.
963 964 965 |
# File 'lib/eBay.rb', line 963 def shipped @shipped end |
#transactionID ⇒ Object
Returns the value of attribute transactionID.
961 962 963 |
# File 'lib/eBay.rb', line 961 def transactionID @transactionID end |
#version ⇒ Object
Returns the value of attribute version.
952 953 954 |
# File 'lib/eBay.rb', line 952 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
957 958 959 |
# File 'lib/eBay.rb', line 957 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
970 971 972 |
# File 'lib/eBay.rb', line 970 def set_any(elements) @__xmlele_any = elements end |