Class: GetSellerPaymentsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellerPaymentsRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
paymentStatus - RCSPaymentStatusCodeType
paymentTimeFrom - SOAP::SOAPDateTime
paymentTimeTo - SOAP::SOAPDateTime
pagination - PaginationType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, paymentStatus = nil, paymentTimeFrom = nil, paymentTimeTo = nil, pagination = nil) ⇒ GetSellerPaymentsRequestType

Returns a new instance of GetSellerPaymentsRequestType.



4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
# File 'lib/eBay.rb', line 4335

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, paymentStatus = nil, paymentTimeFrom = nil, paymentTimeTo = nil, pagination = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @paymentStatus = paymentStatus
  @paymentTimeFrom = paymentTimeFrom
  @paymentTimeTo = paymentTimeTo
  @pagination = pagination
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4325
4326
4327
# File 'lib/eBay.rb', line 4325

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



4324
4325
4326
# File 'lib/eBay.rb', line 4324

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



4315
4316
4317
# File 'lib/eBay.rb', line 4315

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



4319
4320
4321
# File 'lib/eBay.rb', line 4319

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4320
4321
4322
# File 'lib/eBay.rb', line 4320

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4316
4317
4318
# File 'lib/eBay.rb', line 4316

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



4321
4322
4323
# File 'lib/eBay.rb', line 4321

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



4317
4318
4319
# File 'lib/eBay.rb', line 4317

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



4322
4323
4324
# File 'lib/eBay.rb', line 4322

def outputSelector
  @outputSelector
end

#paginationObject

Returns the value of attribute pagination.



4329
4330
4331
# File 'lib/eBay.rb', line 4329

def pagination
  @pagination
end

#paymentStatusObject

Returns the value of attribute paymentStatus.



4326
4327
4328
# File 'lib/eBay.rb', line 4326

def paymentStatus
  @paymentStatus
end

#paymentTimeFromObject

Returns the value of attribute paymentTimeFrom.



4327
4328
4329
# File 'lib/eBay.rb', line 4327

def paymentTimeFrom
  @paymentTimeFrom
end

#paymentTimeToObject

Returns the value of attribute paymentTimeTo.



4328
4329
4330
# File 'lib/eBay.rb', line 4328

def paymentTimeTo
  @paymentTimeTo
end

#versionObject

Returns the value of attribute version.



4318
4319
4320
# File 'lib/eBay.rb', line 4318

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4323
4324
4325
# File 'lib/eBay.rb', line 4323

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4331
4332
4333
# File 'lib/eBay.rb', line 4331

def set_any(elements)
  @__xmlele_any = elements
end