Class: GetSellerPaymentsResponseType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetSellerPaymentsResponseType

Constant Summary collapse

@@schema_type =
"GetSellerPaymentsResponseType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]],
  ["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]],
  ["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]],
  ["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]],
  ["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]],
  ["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]],
  ["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]],
  ["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]],
  ["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]],
  ["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["paginationResult", ["PaginationResultType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaginationResult")]],
  ["hasMorePayments", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HasMorePayments")]],
  ["sellerPayment", ["SellerPaymentType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SellerPayment")]],
  ["paymentsPerPage", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaymentsPerPage")]],
  ["pageNumber", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PageNumber")]],
  ["returnedPaymentCountActual", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ReturnedPaymentCountActual")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, paginationResult = nil, hasMorePayments = nil, sellerPayment = [], paymentsPerPage = nil, pageNumber = nil, returnedPaymentCountActual = nil) ⇒ GetSellerPaymentsResponseType

Returns a new instance of GetSellerPaymentsResponseType.



7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
7865
7866
7867
7868
7869
7870
# File 'lib/eBay.rb', line 7850

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, paginationResult = nil, hasMorePayments = nil, sellerPayment = [], paymentsPerPage = nil, pageNumber = nil, returnedPaymentCountActual = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__xmlele_any = nil
  @paginationResult = paginationResult
  @hasMorePayments = hasMorePayments
  @sellerPayment = sellerPayment
  @paymentsPerPage = paymentsPerPage
  @pageNumber = pageNumber
  @returnedPaymentCountActual = returnedPaymentCountActual
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7838
7839
7840
# File 'lib/eBay.rb', line 7838

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



7827
7828
7829
# File 'lib/eBay.rb', line 7827

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



7832
7833
7834
# File 'lib/eBay.rb', line 7832

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



7828
7829
7830
# File 'lib/eBay.rb', line 7828

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



7834
7835
7836
# File 'lib/eBay.rb', line 7834

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



7829
7830
7831
# File 'lib/eBay.rb', line 7829

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



7837
7838
7839
# File 'lib/eBay.rb', line 7837

def hardExpirationWarning
  @hardExpirationWarning
end

#hasMorePaymentsObject

Returns the value of attribute hasMorePayments.



7840
7841
7842
# File 'lib/eBay.rb', line 7840

def hasMorePayments
  @hasMorePayments
end

#messageObject

Returns the value of attribute message.



7830
7831
7832
# File 'lib/eBay.rb', line 7830

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



7833
7834
7835
# File 'lib/eBay.rb', line 7833

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



7836
7837
7838
# File 'lib/eBay.rb', line 7836

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



7843
7844
7845
# File 'lib/eBay.rb', line 7843

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



7839
7840
7841
# File 'lib/eBay.rb', line 7839

def paginationResult
  @paginationResult
end

#paymentsPerPageObject

Returns the value of attribute paymentsPerPage.



7842
7843
7844
# File 'lib/eBay.rb', line 7842

def paymentsPerPage
  @paymentsPerPage
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



7835
7836
7837
# File 'lib/eBay.rb', line 7835

def recipientUserID
  @recipientUserID
end

#returnedPaymentCountActualObject

Returns the value of attribute returnedPaymentCountActual.



7844
7845
7846
# File 'lib/eBay.rb', line 7844

def returnedPaymentCountActual
  @returnedPaymentCountActual
end

#sellerPaymentObject

Returns the value of attribute sellerPayment.



7841
7842
7843
# File 'lib/eBay.rb', line 7841

def sellerPayment
  @sellerPayment
end

#timestampObject

Returns the value of attribute timestamp.



7826
7827
7828
# File 'lib/eBay.rb', line 7826

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



7831
7832
7833
# File 'lib/eBay.rb', line 7831

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



7846
7847
7848
# File 'lib/eBay.rb', line 7846

def set_any(elements)
  @__xmlele_any = elements
end