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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["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, itemID = nil, transactionID = nil, refundReason = nil, refundType = nil, refundAmount = nil, refundMessage = nil) ⇒ IssueRefundRequestType

Returns a new instance of IssueRefundRequestType.



8690
8691
8692
8693
8694
8695
8696
8697
8698
8699
8700
8701
8702
8703
8704
# File 'lib/eBay.rb', line 8690

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = 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
  @__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.



8678
8679
8680
# File 'lib/eBay.rb', line 8678

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



8672
8673
8674
# File 'lib/eBay.rb', line 8672

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



8676
8677
8678
# File 'lib/eBay.rb', line 8676

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



8673
8674
8675
# File 'lib/eBay.rb', line 8673

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



8677
8678
8679
# File 'lib/eBay.rb', line 8677

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



8679
8680
8681
# File 'lib/eBay.rb', line 8679

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



8674
8675
8676
# File 'lib/eBay.rb', line 8674

def messageID
  @messageID
end

#refundAmountObject

Returns the value of attribute refundAmount.



8683
8684
8685
# File 'lib/eBay.rb', line 8683

def refundAmount
  @refundAmount
end

#refundMessageObject

Returns the value of attribute refundMessage.



8684
8685
8686
# File 'lib/eBay.rb', line 8684

def refundMessage
  @refundMessage
end

#refundReasonObject

Returns the value of attribute refundReason.



8681
8682
8683
# File 'lib/eBay.rb', line 8681

def refundReason
  @refundReason
end

#refundTypeObject

Returns the value of attribute refundType.



8682
8683
8684
# File 'lib/eBay.rb', line 8682

def refundType
  @refundType
end

#transactionIDObject

Returns the value of attribute transactionID.



8680
8681
8682
# File 'lib/eBay.rb', line 8680

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



8675
8676
8677
# File 'lib/eBay.rb', line 8675

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



8686
8687
8688
# File 'lib/eBay.rb', line 8686

def set_any(elements)
  @__xmlele_any = elements
end