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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]], ["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.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = 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, paymentStatus = nil, paymentTimeFrom = nil, paymentTimeTo = nil, pagination = nil) ⇒ GetSellerPaymentsRequestType
Returns a new instance of GetSellerPaymentsRequestType.
7081 7082 7083 7084 7085 7086 7087 7088 7089 7090 7091 7092 7093 |
# File 'lib/eBay.rb', line 7081 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, paymentStatus = nil, paymentTimeFrom = nil, paymentTimeTo = nil, pagination = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage = @version = version @errorHandling = errorHandling @invocationID = invocationID @__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.
7071 7072 7073 |
# File 'lib/eBay.rb', line 7071 def __xmlele_any @__xmlele_any end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
7065 7066 7067 |
# File 'lib/eBay.rb', line 7065 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
7069 7070 7071 |
# File 'lib/eBay.rb', line 7069 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
7066 7067 7068 |
# File 'lib/eBay.rb', line 7066 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
7070 7071 7072 |
# File 'lib/eBay.rb', line 7070 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
7067 7068 7069 |
# File 'lib/eBay.rb', line 7067 def end |
#pagination ⇒ Object
Returns the value of attribute pagination.
7075 7076 7077 |
# File 'lib/eBay.rb', line 7075 def pagination @pagination end |
#paymentStatus ⇒ Object
Returns the value of attribute paymentStatus.
7072 7073 7074 |
# File 'lib/eBay.rb', line 7072 def paymentStatus @paymentStatus end |
#paymentTimeFrom ⇒ Object
Returns the value of attribute paymentTimeFrom.
7073 7074 7075 |
# File 'lib/eBay.rb', line 7073 def paymentTimeFrom @paymentTimeFrom end |
#paymentTimeTo ⇒ Object
Returns the value of attribute paymentTimeTo.
7074 7075 7076 |
# File 'lib/eBay.rb', line 7074 def paymentTimeTo @paymentTimeTo end |
#version ⇒ Object
Returns the value of attribute version.
7068 7069 7070 |
# File 'lib/eBay.rb', line 7068 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
7077 7078 7079 |
# File 'lib/eBay.rb', line 7077 def set_any(elements) @__xmlele_any = elements end |