Class: GetSellerPaymentsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellerPaymentsResponseType

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

Returns a new instance of GetSellerPaymentsResponseType.



12272
12273
12274
12275
12276
12277
12278
12279
12280
12281
12282
12283
12284
12285
12286
12287
12288
12289
12290
12291
12292
12293
12294
# File 'lib/eBay.rb', line 12272

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, 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
  @__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.



12260
12261
12262
# File 'lib/eBay.rb', line 12260

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



12247
12248
12249
# File 'lib/eBay.rb', line 12247

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



12259
12260
12261
# File 'lib/eBay.rb', line 12259

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



12252
12253
12254
# File 'lib/eBay.rb', line 12252

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



12248
12249
12250
# File 'lib/eBay.rb', line 12248

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



12254
12255
12256
# File 'lib/eBay.rb', line 12254

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



12256
12257
12258
# File 'lib/eBay.rb', line 12256

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



12249
12250
12251
# File 'lib/eBay.rb', line 12249

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



12258
12259
12260
# File 'lib/eBay.rb', line 12258

def hardExpirationWarning
  @hardExpirationWarning
end

#hasMorePaymentsObject

Returns the value of attribute hasMorePayments.



12262
12263
12264
# File 'lib/eBay.rb', line 12262

def hasMorePayments
  @hasMorePayments
end

#messageObject

Returns the value of attribute message.



12250
12251
12252
# File 'lib/eBay.rb', line 12250

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



12253
12254
12255
# File 'lib/eBay.rb', line 12253

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



12257
12258
12259
# File 'lib/eBay.rb', line 12257

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



12265
12266
12267
# File 'lib/eBay.rb', line 12265

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



12261
12262
12263
# File 'lib/eBay.rb', line 12261

def paginationResult
  @paginationResult
end

#paymentsPerPageObject

Returns the value of attribute paymentsPerPage.



12264
12265
12266
# File 'lib/eBay.rb', line 12264

def paymentsPerPage
  @paymentsPerPage
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



12255
12256
12257
# File 'lib/eBay.rb', line 12255

def recipientUserID
  @recipientUserID
end

#returnedPaymentCountActualObject

Returns the value of attribute returnedPaymentCountActual.



12266
12267
12268
# File 'lib/eBay.rb', line 12266

def returnedPaymentCountActual
  @returnedPaymentCountActual
end

#sellerPaymentObject

Returns the value of attribute sellerPayment.



12263
12264
12265
# File 'lib/eBay.rb', line 12263

def sellerPayment
  @sellerPayment
end

#timestampObject

Returns the value of attribute timestamp.



12246
12247
12248
# File 'lib/eBay.rb', line 12246

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



12251
12252
12253
# File 'lib/eBay.rb', line 12251

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



12268
12269
12270
# File 'lib/eBay.rb', line 12268

def set_any(elements)
  @__xmlele_any = elements
end