Class: EBay::IssueRefundRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsIssueRefundRequestType

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
refundReason - EBay::RefundReasonCodeType
refundType - EBay::RefundTypeCodeType
refundAmount - EBay::AmountType
refundMessage - 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, refundReason = nil, refundType = nil, refundAmount = nil, refundMessage = nil, orderLineItemID = nil) ⇒ IssueRefundRequestType

Returns a new instance of IssueRefundRequestType.



6120
6121
6122
6123
6124
6125
6126
6127
6128
6129
6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
# File 'lib/eBay.rb', line 6120

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, transactionID = nil, refundReason = nil, refundType = nil, refundAmount = nil, refundMessage = 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
  @refundReason = refundReason
  @refundType = refundType
  @refundAmount = refundAmount
  @refundMessage = refundMessage
  @orderLineItemID = orderLineItemID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6107
6108
6109
# File 'lib/eBay.rb', line 6107

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



6106
6107
6108
# File 'lib/eBay.rb', line 6106

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



6097
6098
6099
# File 'lib/eBay.rb', line 6097

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



6101
6102
6103
# File 'lib/eBay.rb', line 6101

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6102
6103
6104
# File 'lib/eBay.rb', line 6102

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6098
6099
6100
# File 'lib/eBay.rb', line 6098

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



6103
6104
6105
# File 'lib/eBay.rb', line 6103

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



6108
6109
6110
# File 'lib/eBay.rb', line 6108

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



6099
6100
6101
# File 'lib/eBay.rb', line 6099

def messageID
  @messageID
end

#orderLineItemIDObject

Returns the value of attribute orderLineItemID.



6114
6115
6116
# File 'lib/eBay.rb', line 6114

def orderLineItemID
  @orderLineItemID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



6104
6105
6106
# File 'lib/eBay.rb', line 6104

def outputSelector
  @outputSelector
end

#refundAmountObject

Returns the value of attribute refundAmount.



6112
6113
6114
# File 'lib/eBay.rb', line 6112

def refundAmount
  @refundAmount
end

#refundMessageObject

Returns the value of attribute refundMessage.



6113
6114
6115
# File 'lib/eBay.rb', line 6113

def refundMessage
  @refundMessage
end

#refundReasonObject

Returns the value of attribute refundReason.



6110
6111
6112
# File 'lib/eBay.rb', line 6110

def refundReason
  @refundReason
end

#refundTypeObject

Returns the value of attribute refundType.



6111
6112
6113
# File 'lib/eBay.rb', line 6111

def refundType
  @refundType
end

#transactionIDObject

Returns the value of attribute transactionID.



6109
6110
6111
# File 'lib/eBay.rb', line 6109

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



6100
6101
6102
# File 'lib/eBay.rb', line 6100

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



6105
6106
6107
# File 'lib/eBay.rb', line 6105

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



6116
6117
6118
# File 'lib/eBay.rb', line 6116

def set_any(elements)
  @__xmlele_any = elements
end