Class: TransactionSearchRequestType
- Inherits:
-
Object
- Object
- TransactionSearchRequestType
- Defined in:
- lib/v_paypal/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.
531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 |
# File 'lib/v_paypal/default.rb', line 531 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.
512 513 514 |
# File 'lib/v_paypal/default.rb', line 512 def __xmlele_any @__xmlele_any end |
#amount ⇒ Object
Returns the value of attribute amount.
523 524 525 |
# File 'lib/v_paypal/default.rb', line 523 def amount @amount end |
#auctionItemNumber ⇒ Object
Returns the value of attribute auctionItemNumber.
520 521 522 |
# File 'lib/v_paypal/default.rb', line 520 def auctionItemNumber @auctionItemNumber end |
#currencyCode ⇒ Object
Returns the value of attribute currencyCode.
524 525 526 |
# File 'lib/v_paypal/default.rb', line 524 def currencyCode @currencyCode end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
508 509 510 |
# File 'lib/v_paypal/default.rb', line 508 def detailLevel @detailLevel end |
#endDate ⇒ Object
Returns the value of attribute endDate.
514 515 516 |
# File 'lib/v_paypal/default.rb', line 514 def endDate @endDate end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
509 510 511 |
# File 'lib/v_paypal/default.rb', line 509 def errorLanguage @errorLanguage end |
#invoiceID ⇒ Object
Returns the value of attribute invoiceID.
521 522 523 |
# File 'lib/v_paypal/default.rb', line 521 def invoiceID @invoiceID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
510 511 512 |
# File 'lib/v_paypal/default.rb', line 510 def @messageID end |
#payer ⇒ Object
Returns the value of attribute payer.
515 516 517 |
# File 'lib/v_paypal/default.rb', line 515 def payer @payer end |
#payerName ⇒ Object
Returns the value of attribute payerName.
519 520 521 |
# File 'lib/v_paypal/default.rb', line 519 def payerName @payerName end |
#receiptID ⇒ Object
Returns the value of attribute receiptID.
517 518 519 |
# File 'lib/v_paypal/default.rb', line 517 def receiptID @receiptID end |
#receiver ⇒ Object
Returns the value of attribute receiver.
516 517 518 |
# File 'lib/v_paypal/default.rb', line 516 def receiver @receiver end |
#startDate ⇒ Object
Returns the value of attribute startDate.
513 514 515 |
# File 'lib/v_paypal/default.rb', line 513 def startDate @startDate end |
#status ⇒ Object
Returns the value of attribute status.
525 526 527 |
# File 'lib/v_paypal/default.rb', line 525 def status @status end |
#transactionClass ⇒ Object
Returns the value of attribute transactionClass.
522 523 524 |
# File 'lib/v_paypal/default.rb', line 522 def transactionClass @transactionClass end |
#transactionID ⇒ Object
Returns the value of attribute transactionID.
518 519 520 |
# File 'lib/v_paypal/default.rb', line 518 def transactionID @transactionID end |
#version ⇒ Object
Returns the value of attribute version.
511 512 513 |
# File 'lib/v_paypal/default.rb', line 511 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
527 528 529 |
# File 'lib/v_paypal/default.rb', line 527 def set_any(elements) @__xmlele_any = elements end |