Class: EBay::GetSellerPaymentsRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetSellerPaymentsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetSellerPaymentsRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#pagination ⇒ Object
Returns the value of attribute pagination.
-
#paymentStatus ⇒ Object
Returns the value of attribute paymentStatus.
-
#paymentTimeFrom ⇒ Object
Returns the value of attribute paymentTimeFrom.
-
#paymentTimeTo ⇒ Object
Returns the value of attribute paymentTimeTo.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#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
constructor
A new instance of GetSellerPaymentsRequestType.
- #set_any(elements) ⇒ Object
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, = 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 = @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
4468 4469 4470 |
# File 'lib/eBay.rb', line 4468 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
4467 4468 4469 |
# File 'lib/eBay.rb', line 4467 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
4458 4459 4460 |
# File 'lib/eBay.rb', line 4458 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
4462 4463 4464 |
# File 'lib/eBay.rb', line 4462 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
4463 4464 4465 |
# File 'lib/eBay.rb', line 4463 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
4459 4460 4461 |
# File 'lib/eBay.rb', line 4459 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
4464 4465 4466 |
# File 'lib/eBay.rb', line 4464 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
4460 4461 4462 |
# File 'lib/eBay.rb', line 4460 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
4465 4466 4467 |
# File 'lib/eBay.rb', line 4465 def outputSelector @outputSelector end |
#pagination ⇒ Object
Returns the value of attribute pagination.
4472 4473 4474 |
# File 'lib/eBay.rb', line 4472 def pagination @pagination end |
#paymentStatus ⇒ Object
Returns the value of attribute paymentStatus.
4469 4470 4471 |
# File 'lib/eBay.rb', line 4469 def paymentStatus @paymentStatus end |
#paymentTimeFrom ⇒ Object
Returns the value of attribute paymentTimeFrom.
4470 4471 4472 |
# File 'lib/eBay.rb', line 4470 def paymentTimeFrom @paymentTimeFrom end |
#paymentTimeTo ⇒ Object
Returns the value of attribute paymentTimeTo.
4471 4472 4473 |
# File 'lib/eBay.rb', line 4471 def paymentTimeTo @paymentTimeTo end |
#version ⇒ Object
Returns the value of attribute version.
4461 4462 4463 |
# File 'lib/eBay.rb', line 4461 def version @version end |
#warningLevel ⇒ Object
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 |