Class: AddTransactionConfirmationItemRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddTransactionConfirmationItemRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
recipientUserID - (any)
verifyEligibilityOnly - SOAP::SOAPString
recipientPostalCode - SOAP::SOAPString
recipientRelationType - RecipientRelationCodeType
negotiatedPrice - AmountType
listingDuration - 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.



642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
# File 'lib/eBay.rb', line 642

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.



628
629
630
# File 'lib/eBay.rb', line 628

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



627
628
629
# File 'lib/eBay.rb', line 627

def botBlock
  @botBlock
end

#commentsObject

Returns the value of attribute comments.



636
637
638
# File 'lib/eBay.rb', line 636

def comments
  @comments
end

#detailLevelObject

Returns the value of attribute detailLevel.



618
619
620
# File 'lib/eBay.rb', line 618

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



622
623
624
# File 'lib/eBay.rb', line 622

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



623
624
625
# File 'lib/eBay.rb', line 623

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



619
620
621
# File 'lib/eBay.rb', line 619

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



624
625
626
# File 'lib/eBay.rb', line 624

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



635
636
637
# File 'lib/eBay.rb', line 635

def itemID
  @itemID
end

#listingDurationObject

Returns the value of attribute listingDuration.



634
635
636
# File 'lib/eBay.rb', line 634

def listingDuration
  @listingDuration
end

#messageIDObject

Returns the value of attribute messageID.



620
621
622
# File 'lib/eBay.rb', line 620

def messageID
  @messageID
end

#negotiatedPriceObject

Returns the value of attribute negotiatedPrice.



633
634
635
# File 'lib/eBay.rb', line 633

def negotiatedPrice
  @negotiatedPrice
end

#outputSelectorObject

Returns the value of attribute outputSelector.



625
626
627
# File 'lib/eBay.rb', line 625

def outputSelector
  @outputSelector
end

#recipientPostalCodeObject

Returns the value of attribute recipientPostalCode.



631
632
633
# File 'lib/eBay.rb', line 631

def recipientPostalCode
  @recipientPostalCode
end

#recipientRelationTypeObject

Returns the value of attribute recipientRelationType.



632
633
634
# File 'lib/eBay.rb', line 632

def recipientRelationType
  @recipientRelationType
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



629
630
631
# File 'lib/eBay.rb', line 629

def recipientUserID
  @recipientUserID
end

#verifyEligibilityOnlyObject

Returns the value of attribute verifyEligibilityOnly.



630
631
632
# File 'lib/eBay.rb', line 630

def verifyEligibilityOnly
  @verifyEligibilityOnly
end

#versionObject

Returns the value of attribute version.



621
622
623
# File 'lib/eBay.rb', line 621

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



626
627
628
# File 'lib/eBay.rb', line 626

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



638
639
640
# File 'lib/eBay.rb', line 638

def set_any(elements)
  @__xmlele_any = elements
end