Class: IssueRefundRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsIssueRefundRequestType

Constant Summary collapse

@@schema_type =
"IssueRefundRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
  ["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
  ["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]],
  ["invocationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
  ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]],
  ["transactionID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TransactionID")]],
  ["refundReason", ["RefundReasonCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RefundReason")]],
  ["refundType", ["RefundTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RefundType")]],
  ["refundAmount", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RefundAmount")]],
  ["refundMessage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RefundMessage")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, transactionID = nil, refundReason = nil, refundType = nil, refundAmount = nil, refundMessage = nil) ⇒ IssueRefundRequestType

Returns a new instance of IssueRefundRequestType.



9590
9591
9592
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
# File 'lib/eBay.rb', line 9590

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, transactionID = nil, refundReason = nil, refundType = nil, refundAmount = nil, refundMessage = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__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.



9578
9579
9580
# File 'lib/eBay.rb', line 9578

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



9571
9572
9573
# File 'lib/eBay.rb', line 9571

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



9575
9576
9577
# File 'lib/eBay.rb', line 9575

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



9572
9573
9574
# File 'lib/eBay.rb', line 9572

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



9576
9577
9578
# File 'lib/eBay.rb', line 9576

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



9579
9580
9581
# File 'lib/eBay.rb', line 9579

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



9573
9574
9575
# File 'lib/eBay.rb', line 9573

def messageID
  @messageID
end

#refundAmountObject

Returns the value of attribute refundAmount.



9583
9584
9585
# File 'lib/eBay.rb', line 9583

def refundAmount
  @refundAmount
end

#refundMessageObject

Returns the value of attribute refundMessage.



9584
9585
9586
# File 'lib/eBay.rb', line 9584

def refundMessage
  @refundMessage
end

#refundReasonObject

Returns the value of attribute refundReason.



9581
9582
9583
# File 'lib/eBay.rb', line 9581

def refundReason
  @refundReason
end

#refundTypeObject

Returns the value of attribute refundType.



9582
9583
9584
# File 'lib/eBay.rb', line 9582

def refundType
  @refundType
end

#transactionIDObject

Returns the value of attribute transactionID.



9580
9581
9582
# File 'lib/eBay.rb', line 9580

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



9574
9575
9576
# File 'lib/eBay.rb', line 9574

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



9577
9578
9579
# File 'lib/eBay.rb', line 9577

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



9586
9587
9588
# File 'lib/eBay.rb', line 9586

def set_any(elements)
  @__xmlele_any = elements
end