Class: TransactionType
- Inherits:
-
Object
- Object
- TransactionType
- Defined in:
- lib/paypal-business/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.
2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 |
# File 'lib/paypal-business/default.rb', line 2762 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.
2746 2747 2748 |
# File 'lib/paypal-business/default.rb', line 2746 def amountPaid @amountPaid end |
#authorizationID ⇒ Object
Returns the value of attribute authorizationID.
2758 2759 2760 |
# File 'lib/paypal-business/default.rb', line 2758 def @authorizationID end |
#buyer ⇒ Object
Returns the value of attribute buyer.
2747 2748 2749 |
# File 'lib/paypal-business/default.rb', line 2747 def buyer @buyer end |
#convertedAmountPaid ⇒ Object
Returns the value of attribute convertedAmountPaid.
2749 2750 2751 |
# File 'lib/paypal-business/default.rb', line 2749 def convertedAmountPaid @convertedAmountPaid end |
#convertedTransactionPrice ⇒ Object
Returns the value of attribute convertedTransactionPrice.
2750 2751 2752 |
# File 'lib/paypal-business/default.rb', line 2750 def convertedTransactionPrice @convertedTransactionPrice end |
#createdDate ⇒ Object
Returns the value of attribute createdDate.
2751 2752 2753 |
# File 'lib/paypal-business/default.rb', line 2751 def createdDate @createdDate end |
#depositType ⇒ Object
Returns the value of attribute depositType.
2752 2753 2754 |
# File 'lib/paypal-business/default.rb', line 2752 def depositType @depositType end |
#item ⇒ Object
Returns the value of attribute item.
2753 2754 2755 |
# File 'lib/paypal-business/default.rb', line 2753 def item @item end |
#quantityPurchased ⇒ Object
Returns the value of attribute quantityPurchased.
2754 2755 2756 |
# File 'lib/paypal-business/default.rb', line 2754 def quantityPurchased @quantityPurchased end |
#shippingDetails ⇒ Object
Returns the value of attribute shippingDetails.
2748 2749 2750 |
# File 'lib/paypal-business/default.rb', line 2748 def shippingDetails @shippingDetails end |
#shippingHandlingTotal ⇒ Object
Returns the value of attribute shippingHandlingTotal.
2755 2756 2757 |
# File 'lib/paypal-business/default.rb', line 2755 def shippingHandlingTotal @shippingHandlingTotal end |
#status ⇒ Object
Returns the value of attribute status.
2756 2757 2758 |
# File 'lib/paypal-business/default.rb', line 2756 def status @status end |
#transactionID ⇒ Object
Returns the value of attribute transactionID.
2757 2758 2759 |
# File 'lib/paypal-business/default.rb', line 2757 def transactionID @transactionID end |
#transactionPrice ⇒ Object
Returns the value of attribute transactionPrice.
2759 2760 2761 |
# File 'lib/paypal-business/default.rb', line 2759 def transactionPrice @transactionPrice end |
#vATPercent ⇒ Object
Returns the value of attribute vATPercent.
2760 2761 2762 |
# File 'lib/paypal-business/default.rb', line 2760 def vATPercent @vATPercent end |