Class: IssueRefundRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsIssueRefundRequestType

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
itemID - (any)
transactionID - SOAP::SOAPString
refundReason - RefundReasonCodeType
refundType - RefundTypeCodeType
refundAmount - AmountType
refundMessage - 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) ⇒ IssueRefundRequestType

Returns a new instance of IssueRefundRequestType.



5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
# File 'lib/eBay.rb', line 5355

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)
  @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
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5343
5344
5345
# File 'lib/eBay.rb', line 5343

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



5342
5343
5344
# File 'lib/eBay.rb', line 5342

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



5333
5334
5335
# File 'lib/eBay.rb', line 5333

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



5337
5338
5339
# File 'lib/eBay.rb', line 5337

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5338
5339
5340
# File 'lib/eBay.rb', line 5338

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5334
5335
5336
# File 'lib/eBay.rb', line 5334

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5339
5340
5341
# File 'lib/eBay.rb', line 5339

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



5344
5345
5346
# File 'lib/eBay.rb', line 5344

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



5335
5336
5337
# File 'lib/eBay.rb', line 5335

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



5340
5341
5342
# File 'lib/eBay.rb', line 5340

def outputSelector
  @outputSelector
end

#refundAmountObject

Returns the value of attribute refundAmount.



5348
5349
5350
# File 'lib/eBay.rb', line 5348

def refundAmount
  @refundAmount
end

#refundMessageObject

Returns the value of attribute refundMessage.



5349
5350
5351
# File 'lib/eBay.rb', line 5349

def refundMessage
  @refundMessage
end

#refundReasonObject

Returns the value of attribute refundReason.



5346
5347
5348
# File 'lib/eBay.rb', line 5346

def refundReason
  @refundReason
end

#refundTypeObject

Returns the value of attribute refundType.



5347
5348
5349
# File 'lib/eBay.rb', line 5347

def refundType
  @refundType
end

#transactionIDObject

Returns the value of attribute transactionID.



5345
5346
5347
# File 'lib/eBay.rb', line 5345

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



5336
5337
5338
# File 'lib/eBay.rb', line 5336

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5341
5342
5343
# File 'lib/eBay.rb', line 5341

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5351
5352
5353
# File 'lib/eBay.rb', line 5351

def set_any(elements)
  @__xmlele_any = elements
end