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.



7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
7162
7163
7164
7165
# File 'lib/eBay.rb', line 7145

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.



7133
7134
7135
# File 'lib/eBay.rb', line 7133

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



7122
7123
7124
# File 'lib/eBay.rb', line 7122

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



7127
7128
7129
# File 'lib/eBay.rb', line 7127

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



7123
7124
7125
# File 'lib/eBay.rb', line 7123

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



7129
7130
7131
# File 'lib/eBay.rb', line 7129

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



7124
7125
7126
# File 'lib/eBay.rb', line 7124

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



7132
7133
7134
# File 'lib/eBay.rb', line 7132

def hardExpirationWarning
  @hardExpirationWarning
end

#hasMorePaymentsObject

Returns the value of attribute hasMorePayments.



7135
7136
7137
# File 'lib/eBay.rb', line 7135

def hasMorePayments
  @hasMorePayments
end

#messageObject

Returns the value of attribute message.



7125
7126
7127
# File 'lib/eBay.rb', line 7125

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



7128
7129
7130
# File 'lib/eBay.rb', line 7128

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



7131
7132
7133
# File 'lib/eBay.rb', line 7131

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



7138
7139
7140
# File 'lib/eBay.rb', line 7138

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



7134
7135
7136
# File 'lib/eBay.rb', line 7134

def paginationResult
  @paginationResult
end

#paymentsPerPageObject

Returns the value of attribute paymentsPerPage.



7137
7138
7139
# File 'lib/eBay.rb', line 7137

def paymentsPerPage
  @paymentsPerPage
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



7130
7131
7132
# File 'lib/eBay.rb', line 7130

def recipientUserID
  @recipientUserID
end

#returnedPaymentCountActualObject

Returns the value of attribute returnedPaymentCountActual.



7139
7140
7141
# File 'lib/eBay.rb', line 7139

def returnedPaymentCountActual
  @returnedPaymentCountActual
end

#sellerPaymentObject

Returns the value of attribute sellerPayment.



7136
7137
7138
# File 'lib/eBay.rb', line 7136

def sellerPayment
  @sellerPayment
end

#timestampObject

Returns the value of attribute timestamp.



7121
7122
7123
# File 'lib/eBay.rb', line 7121

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



7126
7127
7128
# File 'lib/eBay.rb', line 7126

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



7141
7142
7143
# File 'lib/eBay.rb', line 7141

def set_any(elements)
  @__xmlele_any = elements
end