Class: EBay::GetSellerTransactionsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellerTransactionsResponseType

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
paginationResult - EBay::PaginationResultType
hasMoreTransactions - SOAP::SOAPBoolean
transactionsPerPage - SOAP::SOAPInt
pageNumber - SOAP::SOAPInt
returnedTransactionCountActual - SOAP::SOAPInt
seller - EBay::UserType
transactionArray - EBay::TransactionArrayType
payPalPreferred - SOAP::SOAPBoolean

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, paginationResult = nil, hasMoreTransactions = nil, transactionsPerPage = nil, pageNumber = nil, returnedTransactionCountActual = nil, seller = nil, transactionArray = nil, payPalPreferred = nil) ⇒ GetSellerTransactionsResponseType

Returns a new instance of GetSellerTransactionsResponseType.



14361
14362
14363
14364
14365
14366
14367
14368
14369
14370
14371
14372
14373
14374
14375
14376
14377
14378
14379
14380
14381
14382
14383
14384
14385
14386
# File 'lib/eBay.rb', line 14361

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, paginationResult = nil, hasMoreTransactions = nil, transactionsPerPage = nil, pageNumber = nil, returnedTransactionCountActual = nil, seller = nil, transactionArray = nil, payPalPreferred = 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
  @paginationResult = paginationResult
  @hasMoreTransactions = hasMoreTransactions
  @transactionsPerPage = transactionsPerPage
  @pageNumber = pageNumber
  @returnedTransactionCountActual = returnedTransactionCountActual
  @seller = seller
  @transactionArray = transactionArray
  @payPalPreferred = payPalPreferred
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14347
14348
14349
# File 'lib/eBay.rb', line 14347

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14333
14334
14335
# File 'lib/eBay.rb', line 14333

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14345
14346
14347
# File 'lib/eBay.rb', line 14345

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14338
14339
14340
# File 'lib/eBay.rb', line 14338

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14334
14335
14336
# File 'lib/eBay.rb', line 14334

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14340
14341
14342
# File 'lib/eBay.rb', line 14340

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14342
14343
14344
# File 'lib/eBay.rb', line 14342

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14335
14336
14337
# File 'lib/eBay.rb', line 14335

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



14346
14347
14348
# File 'lib/eBay.rb', line 14346

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14344
14345
14346
# File 'lib/eBay.rb', line 14344

def hardExpirationWarning
  @hardExpirationWarning
end

#hasMoreTransactionsObject

Returns the value of attribute hasMoreTransactions.



14349
14350
14351
# File 'lib/eBay.rb', line 14349

def hasMoreTransactions
  @hasMoreTransactions
end

#messageObject

Returns the value of attribute message.



14336
14337
14338
# File 'lib/eBay.rb', line 14336

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14339
14340
14341
# File 'lib/eBay.rb', line 14339

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14343
14344
14345
# File 'lib/eBay.rb', line 14343

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



14351
14352
14353
# File 'lib/eBay.rb', line 14351

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



14348
14349
14350
# File 'lib/eBay.rb', line 14348

def paginationResult
  @paginationResult
end

#payPalPreferredObject

Returns the value of attribute payPalPreferred.



14355
14356
14357
# File 'lib/eBay.rb', line 14355

def payPalPreferred
  @payPalPreferred
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14341
14342
14343
# File 'lib/eBay.rb', line 14341

def recipientUserID
  @recipientUserID
end

#returnedTransactionCountActualObject

Returns the value of attribute returnedTransactionCountActual.



14352
14353
14354
# File 'lib/eBay.rb', line 14352

def returnedTransactionCountActual
  @returnedTransactionCountActual
end

#sellerObject

Returns the value of attribute seller.



14353
14354
14355
# File 'lib/eBay.rb', line 14353

def seller
  @seller
end

#timestampObject

Returns the value of attribute timestamp.



14332
14333
14334
# File 'lib/eBay.rb', line 14332

def timestamp
  @timestamp
end

#transactionArrayObject

Returns the value of attribute transactionArray.



14354
14355
14356
# File 'lib/eBay.rb', line 14354

def transactionArray
  @transactionArray
end

#transactionsPerPageObject

Returns the value of attribute transactionsPerPage.



14350
14351
14352
# File 'lib/eBay.rb', line 14350

def transactionsPerPage
  @transactionsPerPage
end

#versionObject

Returns the value of attribute version.



14337
14338
14339
# File 'lib/eBay.rb', line 14337

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14357
14358
14359
# File 'lib/eBay.rb', line 14357

def set_any(elements)
  @__xmlele_any = elements
end