Class: IssueRefundResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsIssueRefundResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType
refundFromSeller - AmountType
totalRefundToBuyer - AmountType

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, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, refundFromSeller = nil, totalRefundToBuyer = nil) ⇒ IssueRefundResponseType

Returns a new instance of IssueRefundResponseType.



13622
13623
13624
13625
13626
13627
13628
13629
13630
13631
13632
13633
13634
13635
13636
13637
13638
13639
13640
# File 'lib/eBay.rb', line 13622

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = 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
  @eIASToken = eIASToken
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @botBlock = botBlock
  @__xmlele_any = nil
  @refundFromSeller = refundFromSeller
  @totalRefundToBuyer = totalRefundToBuyer
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13614
13615
13616
# File 'lib/eBay.rb', line 13614

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



13601
13602
13603
# File 'lib/eBay.rb', line 13601

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



13613
13614
13615
# File 'lib/eBay.rb', line 13613

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



13606
13607
13608
# File 'lib/eBay.rb', line 13606

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



13602
13603
13604
# File 'lib/eBay.rb', line 13602

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



13608
13609
13610
# File 'lib/eBay.rb', line 13608

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



13610
13611
13612
# File 'lib/eBay.rb', line 13610

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



13603
13604
13605
# File 'lib/eBay.rb', line 13603

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



13612
13613
13614
# File 'lib/eBay.rb', line 13612

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



13604
13605
13606
# File 'lib/eBay.rb', line 13604

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



13607
13608
13609
# File 'lib/eBay.rb', line 13607

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



13611
13612
13613
# File 'lib/eBay.rb', line 13611

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



13609
13610
13611
# File 'lib/eBay.rb', line 13609

def recipientUserID
  @recipientUserID
end

#refundFromSellerObject

Returns the value of attribute refundFromSeller.



13615
13616
13617
# File 'lib/eBay.rb', line 13615

def refundFromSeller
  @refundFromSeller
end

#timestampObject

Returns the value of attribute timestamp.



13600
13601
13602
# File 'lib/eBay.rb', line 13600

def timestamp
  @timestamp
end

#totalRefundToBuyerObject

Returns the value of attribute totalRefundToBuyer.



13616
13617
13618
# File 'lib/eBay.rb', line 13616

def totalRefundToBuyer
  @totalRefundToBuyer
end

#versionObject

Returns the value of attribute version.



13605
13606
13607
# File 'lib/eBay.rb', line 13605

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



13618
13619
13620
# File 'lib/eBay.rb', line 13618

def set_any(elements)
  @__xmlele_any = elements
end