Class: GetSellerPaymentsRequestType
- Inherits:
-
Object
- Object
- GetSellerPaymentsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetSellerPaymentsRequestType
Constant Summary collapse
- @@schema_type =
"GetSellerPaymentsRequestType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]], ["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]], ["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]], ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]], ["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]], ["invocationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]], ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["paymentStatus", ["RCSPaymentStatusCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaymentStatus")]], ["paymentTimeFrom", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaymentTimeFrom")]], ["paymentTimeTo", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaymentTimeTo")]], ["pagination", ["PaginationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Pagination")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#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.
-
#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, errorHandling = nil, invocationID = nil, warningLevel = 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, errorHandling = nil, invocationID = nil, warningLevel = nil, paymentStatus = nil, paymentTimeFrom = nil, paymentTimeTo = nil, pagination = nil) ⇒ GetSellerPaymentsRequestType
Returns a new instance of GetSellerPaymentsRequestType.
8845 8846 8847 8848 8849 8850 8851 8852 8853 8854 8855 8856 8857 8858 |
# File 'lib/eBay.rb', line 8845 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, paymentStatus = nil, paymentTimeFrom = nil, paymentTimeTo = nil, pagination = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__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.
8835 8836 8837 |
# File 'lib/eBay.rb', line 8835 def __xmlele_any @__xmlele_any end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
8828 8829 8830 |
# File 'lib/eBay.rb', line 8828 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
8832 8833 8834 |
# File 'lib/eBay.rb', line 8832 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
8829 8830 8831 |
# File 'lib/eBay.rb', line 8829 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
8833 8834 8835 |
# File 'lib/eBay.rb', line 8833 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
8830 8831 8832 |
# File 'lib/eBay.rb', line 8830 def @messageID end |
#pagination ⇒ Object
Returns the value of attribute pagination.
8839 8840 8841 |
# File 'lib/eBay.rb', line 8839 def pagination @pagination end |
#paymentStatus ⇒ Object
Returns the value of attribute paymentStatus.
8836 8837 8838 |
# File 'lib/eBay.rb', line 8836 def paymentStatus @paymentStatus end |
#paymentTimeFrom ⇒ Object
Returns the value of attribute paymentTimeFrom.
8837 8838 8839 |
# File 'lib/eBay.rb', line 8837 def paymentTimeFrom @paymentTimeFrom end |
#paymentTimeTo ⇒ Object
Returns the value of attribute paymentTimeTo.
8838 8839 8840 |
# File 'lib/eBay.rb', line 8838 def paymentTimeTo @paymentTimeTo end |
#version ⇒ Object
Returns the value of attribute version.
8831 8832 8833 |
# File 'lib/eBay.rb', line 8831 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
8834 8835 8836 |
# File 'lib/eBay.rb', line 8834 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
8841 8842 8843 |
# File 'lib/eBay.rb', line 8841 def set_any(elements) @__xmlele_any = elements end |