Class: EBay::GetSellerPaymentsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellerPaymentsRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
paymentStatus - EBay::RCSPaymentStatusCodeType
paymentTimeFrom - SOAP::SOAPDateTime
paymentTimeTo - SOAP::SOAPDateTime
pagination - EBay::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.



4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
# File 'lib/eBay.rb', line 4478

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.



4468
4469
4470
# File 'lib/eBay.rb', line 4468

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



4467
4468
4469
# File 'lib/eBay.rb', line 4467

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



4458
4459
4460
# File 'lib/eBay.rb', line 4458

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



4462
4463
4464
# File 'lib/eBay.rb', line 4462

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4463
4464
4465
# File 'lib/eBay.rb', line 4463

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4459
4460
4461
# File 'lib/eBay.rb', line 4459

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



4464
4465
4466
# File 'lib/eBay.rb', line 4464

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



4460
4461
4462
# File 'lib/eBay.rb', line 4460

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



4465
4466
4467
# File 'lib/eBay.rb', line 4465

def outputSelector
  @outputSelector
end

#paginationObject

Returns the value of attribute pagination.



4472
4473
4474
# File 'lib/eBay.rb', line 4472

def pagination
  @pagination
end

#paymentStatusObject

Returns the value of attribute paymentStatus.



4469
4470
4471
# File 'lib/eBay.rb', line 4469

def paymentStatus
  @paymentStatus
end

#paymentTimeFromObject

Returns the value of attribute paymentTimeFrom.



4470
4471
4472
# File 'lib/eBay.rb', line 4470

def paymentTimeFrom
  @paymentTimeFrom
end

#paymentTimeToObject

Returns the value of attribute paymentTimeTo.



4471
4472
4473
# File 'lib/eBay.rb', line 4471

def paymentTimeTo
  @paymentTimeTo
end

#versionObject

Returns the value of attribute version.



4461
4462
4463
# File 'lib/eBay.rb', line 4461

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4466
4467
4468
# File 'lib/eBay.rb', line 4466

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4474
4475
4476
# File 'lib/eBay.rb', line 4474

def set_any(elements)
  @__xmlele_any = elements
end