Class: EBay::AddTransactionConfirmationItemRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddTransactionConfirmationItemRequestType

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
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

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

Returns the value of attribute __xmlele_any.



891
892
893
# File 'lib/eBay.rb', line 891

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



890
891
892
# File 'lib/eBay.rb', line 890

def botBlock
  @botBlock
end

#commentsObject

Returns the value of attribute comments.



899
900
901
# File 'lib/eBay.rb', line 899

def comments
  @comments
end

#detailLevelObject

Returns the value of attribute detailLevel.



881
882
883
# File 'lib/eBay.rb', line 881

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



885
886
887
# File 'lib/eBay.rb', line 885

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



886
887
888
# File 'lib/eBay.rb', line 886

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



882
883
884
# File 'lib/eBay.rb', line 882

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



887
888
889
# File 'lib/eBay.rb', line 887

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



898
899
900
# File 'lib/eBay.rb', line 898

def itemID
  @itemID
end

#listingDurationObject

Returns the value of attribute listingDuration.



897
898
899
# File 'lib/eBay.rb', line 897

def listingDuration
  @listingDuration
end

#messageIDObject

Returns the value of attribute messageID.



883
884
885
# File 'lib/eBay.rb', line 883

def messageID
  @messageID
end

#negotiatedPriceObject

Returns the value of attribute negotiatedPrice.



896
897
898
# File 'lib/eBay.rb', line 896

def negotiatedPrice
  @negotiatedPrice
end

#outputSelectorObject

Returns the value of attribute outputSelector.



888
889
890
# File 'lib/eBay.rb', line 888

def outputSelector
  @outputSelector
end

#recipientPostalCodeObject

Returns the value of attribute recipientPostalCode.



894
895
896
# File 'lib/eBay.rb', line 894

def recipientPostalCode
  @recipientPostalCode
end

#recipientRelationTypeObject

Returns the value of attribute recipientRelationType.



895
896
897
# File 'lib/eBay.rb', line 895

def recipientRelationType
  @recipientRelationType
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



892
893
894
# File 'lib/eBay.rb', line 892

def recipientUserID
  @recipientUserID
end

#verifyEligibilityOnlyObject

Returns the value of attribute verifyEligibilityOnly.



893
894
895
# File 'lib/eBay.rb', line 893

def verifyEligibilityOnly
  @verifyEligibilityOnly
end

#versionObject

Returns the value of attribute version.



884
885
886
# File 'lib/eBay.rb', line 884

def version
  @version
end

#warningLevelObject

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