Class: TransactionType
- Inherits:
-
Object
- Object
- TransactionType
- Defined in:
- lib/v_paypal/default.rb
Overview
urn:ebay:apis:eBLBaseComponentsTransactionType
Constant Summary collapse
- @@schema_type =
"TransactionType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["amountPaid", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AmountPaid")]], ["buyer", ["UserType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Buyer")]], ["shippingDetails", ["ShippingDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ShippingDetails")]], ["convertedAmountPaid", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ConvertedAmountPaid")]], ["convertedTransactionPrice", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ConvertedTransactionPrice")]], ["createdDate", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CreatedDate")]], ["depositType", ["DepositTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DepositType")]], ["item", ["ItemType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Item")]], ["quantityPurchased", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "QuantityPurchased")]], ["shippingHandlingTotal", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ShippingHandlingTotal")]], ["status", ["TransactionStatusType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Status")]], ["transactionID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TransactionID")]], ["authorizationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AuthorizationID")]], ["transactionPrice", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TransactionPrice")]], ["vATPercent", ["SOAP::SOAPDecimal", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "VATPercent")]] ]
Instance Attribute Summary collapse
-
#amountPaid ⇒ Object
Returns the value of attribute amountPaid.
-
#authorizationID ⇒ Object
Returns the value of attribute authorizationID.
-
#buyer ⇒ Object
Returns the value of attribute buyer.
-
#convertedAmountPaid ⇒ Object
Returns the value of attribute convertedAmountPaid.
-
#convertedTransactionPrice ⇒ Object
Returns the value of attribute convertedTransactionPrice.
-
#createdDate ⇒ Object
Returns the value of attribute createdDate.
-
#depositType ⇒ Object
Returns the value of attribute depositType.
-
#item ⇒ Object
Returns the value of attribute item.
-
#quantityPurchased ⇒ Object
Returns the value of attribute quantityPurchased.
-
#shippingDetails ⇒ Object
Returns the value of attribute shippingDetails.
-
#shippingHandlingTotal ⇒ Object
Returns the value of attribute shippingHandlingTotal.
-
#status ⇒ Object
Returns the value of attribute status.
-
#transactionID ⇒ Object
Returns the value of attribute transactionID.
-
#transactionPrice ⇒ Object
Returns the value of attribute transactionPrice.
-
#vATPercent ⇒ Object
Returns the value of attribute vATPercent.
Instance Method Summary collapse
-
#initialize(amountPaid = nil, buyer = nil, shippingDetails = nil, convertedAmountPaid = nil, convertedTransactionPrice = nil, createdDate = nil, depositType = nil, item = nil, quantityPurchased = nil, shippingHandlingTotal = nil, status = nil, transactionID = nil, authorizationID = nil, transactionPrice = nil, vATPercent = nil) ⇒ TransactionType
constructor
A new instance of TransactionType.
Constructor Details
#initialize(amountPaid = nil, buyer = nil, shippingDetails = nil, convertedAmountPaid = nil, convertedTransactionPrice = nil, createdDate = nil, depositType = nil, item = nil, quantityPurchased = nil, shippingHandlingTotal = nil, status = nil, transactionID = nil, authorizationID = nil, transactionPrice = nil, vATPercent = nil) ⇒ TransactionType
Returns a new instance of TransactionType.
2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 |
# File 'lib/v_paypal/default.rb', line 2582 def initialize(amountPaid = nil, buyer = nil, shippingDetails = nil, convertedAmountPaid = nil, convertedTransactionPrice = nil, createdDate = nil, depositType = nil, item = nil, quantityPurchased = nil, shippingHandlingTotal = nil, status = nil, transactionID = nil, = nil, transactionPrice = nil, vATPercent = nil) @amountPaid = amountPaid @buyer = buyer @shippingDetails = shippingDetails @convertedAmountPaid = convertedAmountPaid @convertedTransactionPrice = convertedTransactionPrice @createdDate = createdDate @depositType = depositType @item = item @quantityPurchased = quantityPurchased @shippingHandlingTotal = shippingHandlingTotal @status = status @transactionID = transactionID @authorizationID = @transactionPrice = transactionPrice @vATPercent = vATPercent end |
Instance Attribute Details
#amountPaid ⇒ Object
Returns the value of attribute amountPaid.
2566 2567 2568 |
# File 'lib/v_paypal/default.rb', line 2566 def amountPaid @amountPaid end |
#authorizationID ⇒ Object
Returns the value of attribute authorizationID.
2578 2579 2580 |
# File 'lib/v_paypal/default.rb', line 2578 def @authorizationID end |
#buyer ⇒ Object
Returns the value of attribute buyer.
2567 2568 2569 |
# File 'lib/v_paypal/default.rb', line 2567 def buyer @buyer end |
#convertedAmountPaid ⇒ Object
Returns the value of attribute convertedAmountPaid.
2569 2570 2571 |
# File 'lib/v_paypal/default.rb', line 2569 def convertedAmountPaid @convertedAmountPaid end |
#convertedTransactionPrice ⇒ Object
Returns the value of attribute convertedTransactionPrice.
2570 2571 2572 |
# File 'lib/v_paypal/default.rb', line 2570 def convertedTransactionPrice @convertedTransactionPrice end |
#createdDate ⇒ Object
Returns the value of attribute createdDate.
2571 2572 2573 |
# File 'lib/v_paypal/default.rb', line 2571 def createdDate @createdDate end |
#depositType ⇒ Object
Returns the value of attribute depositType.
2572 2573 2574 |
# File 'lib/v_paypal/default.rb', line 2572 def depositType @depositType end |
#item ⇒ Object
Returns the value of attribute item.
2573 2574 2575 |
# File 'lib/v_paypal/default.rb', line 2573 def item @item end |
#quantityPurchased ⇒ Object
Returns the value of attribute quantityPurchased.
2574 2575 2576 |
# File 'lib/v_paypal/default.rb', line 2574 def quantityPurchased @quantityPurchased end |
#shippingDetails ⇒ Object
Returns the value of attribute shippingDetails.
2568 2569 2570 |
# File 'lib/v_paypal/default.rb', line 2568 def shippingDetails @shippingDetails end |
#shippingHandlingTotal ⇒ Object
Returns the value of attribute shippingHandlingTotal.
2575 2576 2577 |
# File 'lib/v_paypal/default.rb', line 2575 def shippingHandlingTotal @shippingHandlingTotal end |
#status ⇒ Object
Returns the value of attribute status.
2576 2577 2578 |
# File 'lib/v_paypal/default.rb', line 2576 def status @status end |
#transactionID ⇒ Object
Returns the value of attribute transactionID.
2577 2578 2579 |
# File 'lib/v_paypal/default.rb', line 2577 def transactionID @transactionID end |
#transactionPrice ⇒ Object
Returns the value of attribute transactionPrice.
2579 2580 2581 |
# File 'lib/v_paypal/default.rb', line 2579 def transactionPrice @transactionPrice end |
#vATPercent ⇒ Object
Returns the value of attribute vATPercent.
2580 2581 2582 |
# File 'lib/v_paypal/default.rb', line 2580 def vATPercent @vATPercent end |