Class: IssueRefundResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsIssueRefundResponseType

Constant Summary collapse

@@schema_type =
"IssueRefundResponseType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]],
["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]],
["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]],
["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]],
["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]],
["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]],
["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]],
["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]],
["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]],
["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]],
["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
["refundFromSeller", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RefundFromSeller")]],
["totalRefundToBuyer", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TotalRefundToBuyer")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, refundFromSeller = nil, totalRefundToBuyer = nil) ⇒ IssueRefundResponseType

Returns a new instance of IssueRefundResponseType.



8748
8749
8750
8751
8752
8753
8754
8755
8756
8757
8758
8759
8760
8761
8762
8763
8764
# File 'lib/eBay.rb', line 8748

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, refundFromSeller = nil, totalRefundToBuyer = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__xmlele_any = nil
  @refundFromSeller = refundFromSeller
  @totalRefundToBuyer = totalRefundToBuyer
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8740
8741
8742
# File 'lib/eBay.rb', line 8740

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



8729
8730
8731
# File 'lib/eBay.rb', line 8729

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



8734
8735
8736
# File 'lib/eBay.rb', line 8734

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



8730
8731
8732
# File 'lib/eBay.rb', line 8730

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



8736
8737
8738
# File 'lib/eBay.rb', line 8736

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



8731
8732
8733
# File 'lib/eBay.rb', line 8731

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



8739
8740
8741
# File 'lib/eBay.rb', line 8739

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



8732
8733
8734
# File 'lib/eBay.rb', line 8732

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



8735
8736
8737
# File 'lib/eBay.rb', line 8735

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



8738
8739
8740
# File 'lib/eBay.rb', line 8738

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



8737
8738
8739
# File 'lib/eBay.rb', line 8737

def recipientUserID
  @recipientUserID
end

#refundFromSellerObject

Returns the value of attribute refundFromSeller.



8741
8742
8743
# File 'lib/eBay.rb', line 8741

def refundFromSeller
  @refundFromSeller
end

#timestampObject

Returns the value of attribute timestamp.



8728
8729
8730
# File 'lib/eBay.rb', line 8728

def timestamp
  @timestamp
end

#totalRefundToBuyerObject

Returns the value of attribute totalRefundToBuyer.



8742
8743
8744
# File 'lib/eBay.rb', line 8742

def totalRefundToBuyer
  @totalRefundToBuyer
end

#versionObject

Returns the value of attribute version.



8733
8734
8735
# File 'lib/eBay.rb', line 8733

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



8744
8745
8746
# File 'lib/eBay.rb', line 8744

def set_any(elements)
  @__xmlele_any = elements
end