Class: EBay::GetSellerPaymentsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellerPaymentsResponseType

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
hasMorePayments - SOAP::SOAPBoolean
sellerPayment - EBay::SellerPaymentType
paymentsPerPage - SOAP::SOAPInt
pageNumber - SOAP::SOAPInt
returnedPaymentCountActual - SOAP::SOAPInt

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, hasMorePayments = nil, sellerPayment = [], paymentsPerPage = nil, pageNumber = nil, returnedPaymentCountActual = nil) ⇒ GetSellerPaymentsResponseType

Returns a new instance of GetSellerPaymentsResponseType.



14281
14282
14283
14284
14285
14286
14287
14288
14289
14290
14291
14292
14293
14294
14295
14296
14297
14298
14299
14300
14301
14302
14303
14304
# File 'lib/eBay.rb', line 14281

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, hasMorePayments = nil, sellerPayment = [], paymentsPerPage = nil, pageNumber = nil, returnedPaymentCountActual = 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
  @hasMorePayments = hasMorePayments
  @sellerPayment = sellerPayment
  @paymentsPerPage = paymentsPerPage
  @pageNumber = pageNumber
  @returnedPaymentCountActual = returnedPaymentCountActual
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14269
14270
14271
# File 'lib/eBay.rb', line 14269

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14255
14256
14257
# File 'lib/eBay.rb', line 14255

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14267
14268
14269
# File 'lib/eBay.rb', line 14267

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14260
14261
14262
# File 'lib/eBay.rb', line 14260

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14256
14257
14258
# File 'lib/eBay.rb', line 14256

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14262
14263
14264
# File 'lib/eBay.rb', line 14262

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14264
14265
14266
# File 'lib/eBay.rb', line 14264

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14257
14258
14259
# File 'lib/eBay.rb', line 14257

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



14268
14269
14270
# File 'lib/eBay.rb', line 14268

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14266
14267
14268
# File 'lib/eBay.rb', line 14266

def hardExpirationWarning
  @hardExpirationWarning
end

#hasMorePaymentsObject

Returns the value of attribute hasMorePayments.



14271
14272
14273
# File 'lib/eBay.rb', line 14271

def hasMorePayments
  @hasMorePayments
end

#messageObject

Returns the value of attribute message.



14258
14259
14260
# File 'lib/eBay.rb', line 14258

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14261
14262
14263
# File 'lib/eBay.rb', line 14261

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14265
14266
14267
# File 'lib/eBay.rb', line 14265

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



14274
14275
14276
# File 'lib/eBay.rb', line 14274

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



14270
14271
14272
# File 'lib/eBay.rb', line 14270

def paginationResult
  @paginationResult
end

#paymentsPerPageObject

Returns the value of attribute paymentsPerPage.



14273
14274
14275
# File 'lib/eBay.rb', line 14273

def paymentsPerPage
  @paymentsPerPage
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14263
14264
14265
# File 'lib/eBay.rb', line 14263

def recipientUserID
  @recipientUserID
end

#returnedPaymentCountActualObject

Returns the value of attribute returnedPaymentCountActual.



14275
14276
14277
# File 'lib/eBay.rb', line 14275

def returnedPaymentCountActual
  @returnedPaymentCountActual
end

#sellerPaymentObject

Returns the value of attribute sellerPayment.



14272
14273
14274
# File 'lib/eBay.rb', line 14272

def sellerPayment
  @sellerPayment
end

#timestampObject

Returns the value of attribute timestamp.



14254
14255
14256
# File 'lib/eBay.rb', line 14254

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



14259
14260
14261
# File 'lib/eBay.rb', line 14259

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14277
14278
14279
# File 'lib/eBay.rb', line 14277

def set_any(elements)
  @__xmlele_any = elements
end