Class: TransactionSearchRequestType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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, 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)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = 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_anyObject (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

#amountObject

Returns the value of attribute amount.



555
556
557
# File 'lib/paypal-business/default.rb', line 555

def amount
  @amount
end

#auctionItemNumberObject

Returns the value of attribute auctionItemNumber.



552
553
554
# File 'lib/paypal-business/default.rb', line 552

def auctionItemNumber
  @auctionItemNumber
end

#currencyCodeObject

Returns the value of attribute currencyCode.



556
557
558
# File 'lib/paypal-business/default.rb', line 556

def currencyCode
  @currencyCode
end

#detailLevelObject

Returns the value of attribute detailLevel.



540
541
542
# File 'lib/paypal-business/default.rb', line 540

def detailLevel
  @detailLevel
end

#endDateObject

Returns the value of attribute endDate.



546
547
548
# File 'lib/paypal-business/default.rb', line 546

def endDate
  @endDate
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



541
542
543
# File 'lib/paypal-business/default.rb', line 541

def errorLanguage
  @errorLanguage
end

#invoiceIDObject

Returns the value of attribute invoiceID.



553
554
555
# File 'lib/paypal-business/default.rb', line 553

def invoiceID
  @invoiceID
end

#messageIDObject

Returns the value of attribute messageID.



542
543
544
# File 'lib/paypal-business/default.rb', line 542

def messageID
  @messageID
end

#payerObject

Returns the value of attribute payer.



547
548
549
# File 'lib/paypal-business/default.rb', line 547

def payer
  @payer
end

#payerNameObject

Returns the value of attribute payerName.



551
552
553
# File 'lib/paypal-business/default.rb', line 551

def payerName
  @payerName
end

#receiptIDObject

Returns the value of attribute receiptID.



549
550
551
# File 'lib/paypal-business/default.rb', line 549

def receiptID
  @receiptID
end

#receiverObject

Returns the value of attribute receiver.



548
549
550
# File 'lib/paypal-business/default.rb', line 548

def receiver
  @receiver
end

#startDateObject

Returns the value of attribute startDate.



545
546
547
# File 'lib/paypal-business/default.rb', line 545

def startDate
  @startDate
end

#statusObject

Returns the value of attribute status.



557
558
559
# File 'lib/paypal-business/default.rb', line 557

def status
  @status
end

#transactionClassObject

Returns the value of attribute transactionClass.



554
555
556
# File 'lib/paypal-business/default.rb', line 554

def transactionClass
  @transactionClass
end

#transactionIDObject

Returns the value of attribute transactionID.



550
551
552
# File 'lib/paypal-business/default.rb', line 550

def transactionID
  @transactionID
end

#versionObject

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