Class: EBay::IssueRefundResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsIssueRefundResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
refundFromSeller - EBay::AmountType
totalRefundToBuyer - EBay::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, externalUserData = nil, refundFromSeller = nil, totalRefundToBuyer = nil) ⇒ IssueRefundResponseType

Returns a new instance of IssueRefundResponseType.



16461
16462
16463
16464
16465
16466
16467
16468
16469
16470
16471
16472
16473
16474
16475
16476
16477
16478
16479
16480
# File 'lib/eBay.rb', line 16461

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, externalUserData = 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
  @externalUserData = externalUserData
  @__xmlele_any = nil
  @refundFromSeller = refundFromSeller
  @totalRefundToBuyer = totalRefundToBuyer
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



16453
16454
16455
# File 'lib/eBay.rb', line 16453

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



16439
16440
16441
# File 'lib/eBay.rb', line 16439

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



16451
16452
16453
# File 'lib/eBay.rb', line 16451

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



16444
16445
16446
# File 'lib/eBay.rb', line 16444

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



16440
16441
16442
# File 'lib/eBay.rb', line 16440

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



16446
16447
16448
# File 'lib/eBay.rb', line 16446

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



16448
16449
16450
# File 'lib/eBay.rb', line 16448

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



16441
16442
16443
# File 'lib/eBay.rb', line 16441

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



16452
16453
16454
# File 'lib/eBay.rb', line 16452

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



16450
16451
16452
# File 'lib/eBay.rb', line 16450

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



16442
16443
16444
# File 'lib/eBay.rb', line 16442

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



16445
16446
16447
# File 'lib/eBay.rb', line 16445

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



16449
16450
16451
# File 'lib/eBay.rb', line 16449

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



16447
16448
16449
# File 'lib/eBay.rb', line 16447

def recipientUserID
  @recipientUserID
end

#refundFromSellerObject

Returns the value of attribute refundFromSeller.



16454
16455
16456
# File 'lib/eBay.rb', line 16454

def refundFromSeller
  @refundFromSeller
end

#timestampObject

Returns the value of attribute timestamp.



16438
16439
16440
# File 'lib/eBay.rb', line 16438

def timestamp
  @timestamp
end

#totalRefundToBuyerObject

Returns the value of attribute totalRefundToBuyer.



16455
16456
16457
# File 'lib/eBay.rb', line 16455

def totalRefundToBuyer
  @totalRefundToBuyer
end

#versionObject

Returns the value of attribute version.



16443
16444
16445
# File 'lib/eBay.rb', line 16443

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



16457
16458
16459
# File 'lib/eBay.rb', line 16457

def set_any(elements)
  @__xmlele_any = elements
end