Class: GetOrderTransactionsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetOrderTransactionsResponseType

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
orderArray - OrderArrayType

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, orderArray = nil) ⇒ GetOrderTransactionsResponseType

Returns a new instance of GetOrderTransactionsResponseType.



10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986
10987
# File 'lib/eBay.rb', line 10970

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, orderArray = 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
  @orderArray = orderArray
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10963
10964
10965
# File 'lib/eBay.rb', line 10963

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



10950
10951
10952
# File 'lib/eBay.rb', line 10950

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



10962
10963
10964
# File 'lib/eBay.rb', line 10962

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



10955
10956
10957
# File 'lib/eBay.rb', line 10955

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



10951
10952
10953
# File 'lib/eBay.rb', line 10951

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



10957
10958
10959
# File 'lib/eBay.rb', line 10957

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



10959
10960
10961
# File 'lib/eBay.rb', line 10959

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



10952
10953
10954
# File 'lib/eBay.rb', line 10952

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



10961
10962
10963
# File 'lib/eBay.rb', line 10961

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



10953
10954
10955
# File 'lib/eBay.rb', line 10953

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



10956
10957
10958
# File 'lib/eBay.rb', line 10956

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



10960
10961
10962
# File 'lib/eBay.rb', line 10960

def notificationSignature
  @notificationSignature
end

#orderArrayObject

Returns the value of attribute orderArray.



10964
10965
10966
# File 'lib/eBay.rb', line 10964

def orderArray
  @orderArray
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



10958
10959
10960
# File 'lib/eBay.rb', line 10958

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



10949
10950
10951
# File 'lib/eBay.rb', line 10949

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



10954
10955
10956
# File 'lib/eBay.rb', line 10954

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10966
10967
10968
# File 'lib/eBay.rb', line 10966

def set_any(elements)
  @__xmlele_any = elements
end