Class: EBay::SellerPaymentType
- Inherits:
-
Object
- Object
- EBay::SellerPaymentType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellerPaymentType
itemID - (any)
transactionID - SOAP::SOAPString
orderID - (any)
sellerInventoryID - SOAP::SOAPString
privateNotes - SOAP::SOAPString
externalProductID - EBay::ExternalProductIDType
title - SOAP::SOAPString
paymentType - EBay::PaymentTypeCodeType
transactionPrice - EBay::AmountType
shippingReimbursement - EBay::AmountType
commission - EBay::AmountType
amountPaid - EBay::AmountType
paidTime - SOAP::SOAPDateTime
orderLineItemID - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#amountPaid ⇒ Object
Returns the value of attribute amountPaid.
-
#commission ⇒ Object
Returns the value of attribute commission.
-
#externalProductID ⇒ Object
Returns the value of attribute externalProductID.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#orderID ⇒ Object
Returns the value of attribute orderID.
-
#orderLineItemID ⇒ Object
Returns the value of attribute orderLineItemID.
-
#paidTime ⇒ Object
Returns the value of attribute paidTime.
-
#paymentType ⇒ Object
Returns the value of attribute paymentType.
-
#privateNotes ⇒ Object
Returns the value of attribute privateNotes.
-
#sellerInventoryID ⇒ Object
Returns the value of attribute sellerInventoryID.
-
#shippingReimbursement ⇒ Object
Returns the value of attribute shippingReimbursement.
-
#title ⇒ Object
Returns the value of attribute title.
-
#transactionID ⇒ Object
Returns the value of attribute transactionID.
-
#transactionPrice ⇒ Object
Returns the value of attribute transactionPrice.
Instance Method Summary collapse
-
#initialize(itemID = nil, transactionID = nil, orderID = nil, sellerInventoryID = nil, privateNotes = nil, externalProductID = nil, title = nil, paymentType = nil, transactionPrice = nil, shippingReimbursement = nil, commission = nil, amountPaid = nil, paidTime = nil, orderLineItemID = nil) ⇒ SellerPaymentType
constructor
A new instance of SellerPaymentType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(itemID = nil, transactionID = nil, orderID = nil, sellerInventoryID = nil, privateNotes = nil, externalProductID = nil, title = nil, paymentType = nil, transactionPrice = nil, shippingReimbursement = nil, commission = nil, amountPaid = nil, paidTime = nil, orderLineItemID = nil) ⇒ SellerPaymentType
Returns a new instance of SellerPaymentType.
31179 31180 31181 31182 31183 31184 31185 31186 31187 31188 31189 31190 31191 31192 31193 31194 31195 |
# File 'lib/eBay.rb', line 31179 def initialize(itemID = nil, transactionID = nil, orderID = nil, sellerInventoryID = nil, privateNotes = nil, externalProductID = nil, title = nil, paymentType = nil, transactionPrice = nil, shippingReimbursement = nil, commission = nil, amountPaid = nil, paidTime = nil, orderLineItemID = nil) @itemID = itemID @transactionID = transactionID @orderID = orderID @sellerInventoryID = sellerInventoryID @privateNotes = privateNotes @externalProductID = externalProductID @title = title @paymentType = paymentType @transactionPrice = transactionPrice @shippingReimbursement = shippingReimbursement @commission = commission @amountPaid = amountPaid @paidTime = paidTime @orderLineItemID = orderLineItemID @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
31173 31174 31175 |
# File 'lib/eBay.rb', line 31173 def __xmlele_any @__xmlele_any end |
#amountPaid ⇒ Object
Returns the value of attribute amountPaid.
31170 31171 31172 |
# File 'lib/eBay.rb', line 31170 def amountPaid @amountPaid end |
#commission ⇒ Object
Returns the value of attribute commission.
31169 31170 31171 |
# File 'lib/eBay.rb', line 31169 def commission @commission end |
#externalProductID ⇒ Object
Returns the value of attribute externalProductID.
31164 31165 31166 |
# File 'lib/eBay.rb', line 31164 def externalProductID @externalProductID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
31159 31160 31161 |
# File 'lib/eBay.rb', line 31159 def itemID @itemID end |
#orderID ⇒ Object
Returns the value of attribute orderID.
31161 31162 31163 |
# File 'lib/eBay.rb', line 31161 def orderID @orderID end |
#orderLineItemID ⇒ Object
Returns the value of attribute orderLineItemID.
31172 31173 31174 |
# File 'lib/eBay.rb', line 31172 def orderLineItemID @orderLineItemID end |
#paidTime ⇒ Object
Returns the value of attribute paidTime.
31171 31172 31173 |
# File 'lib/eBay.rb', line 31171 def paidTime @paidTime end |
#paymentType ⇒ Object
Returns the value of attribute paymentType.
31166 31167 31168 |
# File 'lib/eBay.rb', line 31166 def paymentType @paymentType end |
#privateNotes ⇒ Object
Returns the value of attribute privateNotes.
31163 31164 31165 |
# File 'lib/eBay.rb', line 31163 def privateNotes @privateNotes end |
#sellerInventoryID ⇒ Object
Returns the value of attribute sellerInventoryID.
31162 31163 31164 |
# File 'lib/eBay.rb', line 31162 def sellerInventoryID @sellerInventoryID end |
#shippingReimbursement ⇒ Object
Returns the value of attribute shippingReimbursement.
31168 31169 31170 |
# File 'lib/eBay.rb', line 31168 def shippingReimbursement @shippingReimbursement end |
#title ⇒ Object
Returns the value of attribute title.
31165 31166 31167 |
# File 'lib/eBay.rb', line 31165 def title @title end |
#transactionID ⇒ Object
Returns the value of attribute transactionID.
31160 31161 31162 |
# File 'lib/eBay.rb', line 31160 def transactionID @transactionID end |
#transactionPrice ⇒ Object
Returns the value of attribute transactionPrice.
31167 31168 31169 |
# File 'lib/eBay.rb', line 31167 def transactionPrice @transactionPrice end |
Instance Method Details
#set_any(elements) ⇒ Object
31175 31176 31177 |
# File 'lib/eBay.rb', line 31175 def set_any(elements) @__xmlele_any = elements end |