Class: TransactionSearchRequestType
- Inherits:
-
Object
- Object
- TransactionSearchRequestType
- Defined in:
- lib/paypal-business/default.rb
Overview
urn:ebay:api:PayPalAPITransactionSearchRequestType
Constant Summary collapse
- @@schema_type =
"TransactionSearchRequestType"
- @@schema_ns =
"urn:ebay:api:PayPalAPI"
- @@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")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["startDate", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:api:PayPalAPI", "StartDate")]], ["endDate", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:api:PayPalAPI", "EndDate")]], ["payer", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:api:PayPalAPI", "Payer")]], ["receiver", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:api:PayPalAPI", "Receiver")]], ["receiptID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:api:PayPalAPI", "ReceiptID")]], ["transactionID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:api:PayPalAPI", "TransactionID")]], ["payerName", ["PersonNameType", XSD::QName.new("urn:ebay:api:PayPalAPI", "PayerName")]], ["auctionItemNumber", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:api:PayPalAPI", "AuctionItemNumber")]], ["invoiceID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:api:PayPalAPI", "InvoiceID")]], ["transactionClass", ["PaymentTransactionClassCodeType", XSD::QName.new("urn:ebay:api:PayPalAPI", "TransactionClass")]], ["amount", ["BasicAmountType", XSD::QName.new("urn:ebay:api:PayPalAPI", "Amount")]], ["currencyCode", ["CurrencyCodeType", XSD::QName.new("urn:ebay:api:PayPalAPI", "CurrencyCode")]], ["status", ["PaymentTransactionStatusCodeType", XSD::QName.new("urn:ebay:api:PayPalAPI", "Status")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#auctionItemNumber ⇒ Object
Returns the value of attribute auctionItemNumber.
-
#currencyCode ⇒ Object
Returns the value of attribute currencyCode.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endDate ⇒ Object
Returns the value of attribute endDate.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invoiceID ⇒ Object
Returns the value of attribute invoiceID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#payer ⇒ Object
Returns the value of attribute payer.
-
#payerName ⇒ Object
Returns the value of attribute payerName.
-
#receiptID ⇒ Object
Returns the value of attribute receiptID.
-
#receiver ⇒ Object
Returns the value of attribute receiver.
-
#startDate ⇒ Object
Returns the value of attribute startDate.
-
#status ⇒ Object
Returns the value of attribute status.
-
#transactionClass ⇒ Object
Returns the value of attribute transactionClass.
-
#transactionID ⇒ Object
Returns the value of attribute transactionID.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, startDate = nil, endDate = nil, payer = nil, receiver = nil, receiptID = nil, transactionID = nil, payerName = nil, auctionItemNumber = nil, invoiceID = nil, transactionClass = nil, amount = nil, currencyCode = nil, status = nil) ⇒ TransactionSearchRequestType
constructor
A new instance of TransactionSearchRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, startDate = nil, endDate = nil, payer = nil, receiver = nil, receiptID = nil, transactionID = nil, payerName = nil, auctionItemNumber = nil, invoiceID = nil, transactionClass = nil, amount = nil, currencyCode = nil, status = nil) ⇒ TransactionSearchRequestType
Returns a new instance of TransactionSearchRequestType.
563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 |
# File 'lib/paypal-business/default.rb', line 563 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, startDate = nil, endDate = nil, payer = nil, receiver = nil, receiptID = nil, transactionID = nil, payerName = nil, auctionItemNumber = nil, invoiceID = nil, transactionClass = nil, amount = nil, currencyCode = nil, status = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @__xmlele_any = nil @startDate = startDate @endDate = endDate @payer = payer @receiver = receiver @receiptID = receiptID @transactionID = transactionID @payerName = payerName @auctionItemNumber = auctionItemNumber @invoiceID = invoiceID @transactionClass = transactionClass @amount = amount @currencyCode = currencyCode @status = status end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
544 545 546 |
# File 'lib/paypal-business/default.rb', line 544 def __xmlele_any @__xmlele_any end |
#amount ⇒ Object
Returns the value of attribute amount.
555 556 557 |
# File 'lib/paypal-business/default.rb', line 555 def amount @amount end |
#auctionItemNumber ⇒ Object
Returns the value of attribute auctionItemNumber.
552 553 554 |
# File 'lib/paypal-business/default.rb', line 552 def auctionItemNumber @auctionItemNumber end |
#currencyCode ⇒ Object
Returns the value of attribute currencyCode.
556 557 558 |
# File 'lib/paypal-business/default.rb', line 556 def currencyCode @currencyCode end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
540 541 542 |
# File 'lib/paypal-business/default.rb', line 540 def detailLevel @detailLevel end |
#endDate ⇒ Object
Returns the value of attribute endDate.
546 547 548 |
# File 'lib/paypal-business/default.rb', line 546 def endDate @endDate end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
541 542 543 |
# File 'lib/paypal-business/default.rb', line 541 def errorLanguage @errorLanguage end |
#invoiceID ⇒ Object
Returns the value of attribute invoiceID.
553 554 555 |
# File 'lib/paypal-business/default.rb', line 553 def invoiceID @invoiceID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
542 543 544 |
# File 'lib/paypal-business/default.rb', line 542 def @messageID end |
#payer ⇒ Object
Returns the value of attribute payer.
547 548 549 |
# File 'lib/paypal-business/default.rb', line 547 def payer @payer end |
#payerName ⇒ Object
Returns the value of attribute payerName.
551 552 553 |
# File 'lib/paypal-business/default.rb', line 551 def payerName @payerName end |
#receiptID ⇒ Object
Returns the value of attribute receiptID.
549 550 551 |
# File 'lib/paypal-business/default.rb', line 549 def receiptID @receiptID end |
#receiver ⇒ Object
Returns the value of attribute receiver.
548 549 550 |
# File 'lib/paypal-business/default.rb', line 548 def receiver @receiver end |
#startDate ⇒ Object
Returns the value of attribute startDate.
545 546 547 |
# File 'lib/paypal-business/default.rb', line 545 def startDate @startDate end |
#status ⇒ Object
Returns the value of attribute status.
557 558 559 |
# File 'lib/paypal-business/default.rb', line 557 def status @status end |
#transactionClass ⇒ Object
Returns the value of attribute transactionClass.
554 555 556 |
# File 'lib/paypal-business/default.rb', line 554 def transactionClass @transactionClass end |
#transactionID ⇒ Object
Returns the value of attribute transactionID.
550 551 552 |
# File 'lib/paypal-business/default.rb', line 550 def transactionID @transactionID end |
#version ⇒ Object
Returns the value of attribute version.
543 544 545 |
# File 'lib/paypal-business/default.rb', line 543 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
559 560 561 |
# File 'lib/paypal-business/default.rb', line 559 def set_any(elements) @__xmlele_any = elements end |