Class: EBay::GetSellerTransactionsResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetSellerTransactionsResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetSellerTransactionsResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#hasMoreTransactions ⇒ Object
Returns the value of attribute hasMoreTransactions.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
-
#paginationResult ⇒ Object
Returns the value of attribute paginationResult.
-
#payPalPreferred ⇒ Object
Returns the value of attribute payPalPreferred.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#returnedTransactionCountActual ⇒ Object
Returns the value of attribute returnedTransactionCountActual.
-
#seller ⇒ Object
Returns the value of attribute seller.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#transactionArray ⇒ Object
Returns the value of attribute transactionArray.
-
#transactionsPerPage ⇒ Object
Returns the value of attribute transactionsPerPage.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#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
constructor
A new instance of GetSellerTransactionsResponseType.
- #set_any(elements) ⇒ Object
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( = nil, ack = nil, correlationID = nil, errors = [], = 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 = @ack = ack @correlationID = correlationID @errors = errors @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
14347 14348 14349 |
# File 'lib/eBay.rb', line 14347 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
14333 14334 14335 |
# File 'lib/eBay.rb', line 14333 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
14345 14346 14347 |
# File 'lib/eBay.rb', line 14345 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
14338 14339 14340 |
# File 'lib/eBay.rb', line 14338 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
14334 14335 14336 |
# File 'lib/eBay.rb', line 14334 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
14340 14341 14342 |
# File 'lib/eBay.rb', line 14340 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
14342 14343 14344 |
# File 'lib/eBay.rb', line 14342 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
14335 14336 14337 |
# File 'lib/eBay.rb', line 14335 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
14346 14347 14348 |
# File 'lib/eBay.rb', line 14346 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
14344 14345 14346 |
# File 'lib/eBay.rb', line 14344 def hardExpirationWarning @hardExpirationWarning end |
#hasMoreTransactions ⇒ Object
Returns the value of attribute hasMoreTransactions.
14349 14350 14351 |
# File 'lib/eBay.rb', line 14349 def hasMoreTransactions @hasMoreTransactions end |
#message ⇒ Object
Returns the value of attribute message.
14336 14337 14338 |
# File 'lib/eBay.rb', line 14336 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
14339 14340 14341 |
# File 'lib/eBay.rb', line 14339 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
14343 14344 14345 |
# File 'lib/eBay.rb', line 14343 def notificationSignature @notificationSignature end |
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
14351 14352 14353 |
# File 'lib/eBay.rb', line 14351 def pageNumber @pageNumber end |
#paginationResult ⇒ Object
Returns the value of attribute paginationResult.
14348 14349 14350 |
# File 'lib/eBay.rb', line 14348 def paginationResult @paginationResult end |
#payPalPreferred ⇒ Object
Returns the value of attribute payPalPreferred.
14355 14356 14357 |
# File 'lib/eBay.rb', line 14355 def payPalPreferred @payPalPreferred end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
14341 14342 14343 |
# File 'lib/eBay.rb', line 14341 def recipientUserID @recipientUserID end |
#returnedTransactionCountActual ⇒ Object
Returns the value of attribute returnedTransactionCountActual.
14352 14353 14354 |
# File 'lib/eBay.rb', line 14352 def returnedTransactionCountActual @returnedTransactionCountActual end |
#seller ⇒ Object
Returns the value of attribute seller.
14353 14354 14355 |
# File 'lib/eBay.rb', line 14353 def seller @seller end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
14332 14333 14334 |
# File 'lib/eBay.rb', line 14332 def @timestamp end |
#transactionArray ⇒ Object
Returns the value of attribute transactionArray.
14354 14355 14356 |
# File 'lib/eBay.rb', line 14354 def transactionArray @transactionArray end |
#transactionsPerPage ⇒ Object
Returns the value of attribute transactionsPerPage.
14350 14351 14352 |
# File 'lib/eBay.rb', line 14350 def transactionsPerPage @transactionsPerPage end |
#version ⇒ Object
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 |