Class: EBay::CompleteSaleRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsCompleteSaleRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - 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

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



959
960
961
# File 'lib/eBay.rb', line 959

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



958
959
960
# File 'lib/eBay.rb', line 958

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



949
950
951
# File 'lib/eBay.rb', line 949

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



953
954
955
# File 'lib/eBay.rb', line 953

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



954
955
956
# File 'lib/eBay.rb', line 954

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



950
951
952
# File 'lib/eBay.rb', line 950

def errorLanguage
  @errorLanguage
end

#feedbackInfoObject

Returns the value of attribute feedbackInfo.



962
963
964
# File 'lib/eBay.rb', line 962

def feedbackInfo
  @feedbackInfo
end

#invocationIDObject

Returns the value of attribute invocationID.



955
956
957
# File 'lib/eBay.rb', line 955

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



960
961
962
# File 'lib/eBay.rb', line 960

def itemID
  @itemID
end

#listingTypeObject

Returns the value of attribute listingType.



965
966
967
# File 'lib/eBay.rb', line 965

def listingType
  @listingType
end

#messageIDObject

Returns the value of attribute messageID.



951
952
953
# File 'lib/eBay.rb', line 951

def messageID
  @messageID
end

#orderIDObject

Returns the value of attribute orderID.



967
968
969
# File 'lib/eBay.rb', line 967

def orderID
  @orderID
end

#orderLineItemIDObject

Returns the value of attribute orderLineItemID.



968
969
970
# File 'lib/eBay.rb', line 968

def orderLineItemID
  @orderLineItemID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



956
957
958
# File 'lib/eBay.rb', line 956

def outputSelector
  @outputSelector
end

Returns the value of attribute paid.



964
965
966
# File 'lib/eBay.rb', line 964

def paid
  @paid
end

#shipmentObject

Returns the value of attribute shipment.



966
967
968
# File 'lib/eBay.rb', line 966

def shipment
  @shipment
end

#shippedObject

Returns the value of attribute shipped.



963
964
965
# File 'lib/eBay.rb', line 963

def shipped
  @shipped
end

#transactionIDObject

Returns the value of attribute transactionID.



961
962
963
# File 'lib/eBay.rb', line 961

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



952
953
954
# File 'lib/eBay.rb', line 952

def version
  @version
end

#warningLevelObject

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