Class: EBay::SellingManagerOrderStatusType
- Inherits:
-
Object
- Object
- EBay::SellingManagerOrderStatusType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellingManagerOrderStatusType
checkoutStatus - EBay::CheckoutStatusCodeType
paidStatus - EBay::SellingManagerPaidStatusCodeType
shippedStatus - EBay::SellingManagerShippedStatusCodeType
eBayPaymentStatus - EBay::PaymentStatusCodeType
payPalTransactionID - SOAP::SOAPString
paymentMethodUsed - EBay::BuyerPaymentMethodCodeType
feedbackReceived - EBay::CommentTypeCodeType
feedbackSent - SOAP::SOAPBoolean
totalEmailsSent - SOAP::SOAPInt
paymentHoldStatus - EBay::PaymentHoldStatusCodeType
sellerInvoiceNumber - SOAP::SOAPString
shippedTime - SOAP::SOAPDateTime
paidTime - SOAP::SOAPDateTime
lastEmailSentTime - SOAP::SOAPDateTime
sellerInvoiceTime - SOAP::SOAPDateTime
integratedMerchantCreditCardEnabled - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#checkoutStatus ⇒ Object
Returns the value of attribute checkoutStatus.
-
#eBayPaymentStatus ⇒ Object
Returns the value of attribute eBayPaymentStatus.
-
#feedbackReceived ⇒ Object
Returns the value of attribute feedbackReceived.
-
#feedbackSent ⇒ Object
Returns the value of attribute feedbackSent.
-
#integratedMerchantCreditCardEnabled ⇒ Object
Returns the value of attribute integratedMerchantCreditCardEnabled.
-
#lastEmailSentTime ⇒ Object
Returns the value of attribute lastEmailSentTime.
-
#paidStatus ⇒ Object
Returns the value of attribute paidStatus.
-
#paidTime ⇒ Object
Returns the value of attribute paidTime.
-
#paymentHoldStatus ⇒ Object
Returns the value of attribute paymentHoldStatus.
-
#paymentMethodUsed ⇒ Object
Returns the value of attribute paymentMethodUsed.
-
#payPalTransactionID ⇒ Object
Returns the value of attribute payPalTransactionID.
-
#sellerInvoiceNumber ⇒ Object
Returns the value of attribute sellerInvoiceNumber.
-
#sellerInvoiceTime ⇒ Object
Returns the value of attribute sellerInvoiceTime.
-
#shippedStatus ⇒ Object
Returns the value of attribute shippedStatus.
-
#shippedTime ⇒ Object
Returns the value of attribute shippedTime.
-
#totalEmailsSent ⇒ Object
Returns the value of attribute totalEmailsSent.
Instance Method Summary collapse
-
#initialize(checkoutStatus = nil, paidStatus = nil, shippedStatus = nil, eBayPaymentStatus = nil, payPalTransactionID = nil, paymentMethodUsed = nil, feedbackReceived = nil, feedbackSent = nil, totalEmailsSent = nil, paymentHoldStatus = nil, sellerInvoiceNumber = nil, shippedTime = nil, paidTime = nil, lastEmailSentTime = nil, sellerInvoiceTime = nil, integratedMerchantCreditCardEnabled = nil) ⇒ SellingManagerOrderStatusType
constructor
A new instance of SellingManagerOrderStatusType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(checkoutStatus = nil, paidStatus = nil, shippedStatus = nil, eBayPaymentStatus = nil, payPalTransactionID = nil, paymentMethodUsed = nil, feedbackReceived = nil, feedbackSent = nil, totalEmailsSent = nil, paymentHoldStatus = nil, sellerInvoiceNumber = nil, shippedTime = nil, paidTime = nil, lastEmailSentTime = nil, sellerInvoiceTime = nil, integratedMerchantCreditCardEnabled = nil) ⇒ SellingManagerOrderStatusType
Returns a new instance of SellingManagerOrderStatusType.
31788 31789 31790 31791 31792 31793 31794 31795 31796 31797 31798 31799 31800 31801 31802 31803 31804 31805 31806 |
# File 'lib/eBay.rb', line 31788 def initialize(checkoutStatus = nil, paidStatus = nil, shippedStatus = nil, eBayPaymentStatus = nil, payPalTransactionID = nil, paymentMethodUsed = nil, feedbackReceived = nil, feedbackSent = nil, totalEmailsSent = nil, paymentHoldStatus = nil, sellerInvoiceNumber = nil, shippedTime = nil, paidTime = nil, lastEmailSentTime = nil, sellerInvoiceTime = nil, integratedMerchantCreditCardEnabled = nil) @checkoutStatus = checkoutStatus @paidStatus = paidStatus @shippedStatus = shippedStatus @eBayPaymentStatus = eBayPaymentStatus @payPalTransactionID = payPalTransactionID @paymentMethodUsed = paymentMethodUsed @feedbackReceived = feedbackReceived @feedbackSent = feedbackSent @totalEmailsSent = totalEmailsSent @paymentHoldStatus = paymentHoldStatus @sellerInvoiceNumber = sellerInvoiceNumber @shippedTime = shippedTime @paidTime = paidTime @lastEmailSentTime = lastEmailSentTime @sellerInvoiceTime = sellerInvoiceTime @integratedMerchantCreditCardEnabled = integratedMerchantCreditCardEnabled @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
31782 31783 31784 |
# File 'lib/eBay.rb', line 31782 def __xmlele_any @__xmlele_any end |
#checkoutStatus ⇒ Object
Returns the value of attribute checkoutStatus.
31766 31767 31768 |
# File 'lib/eBay.rb', line 31766 def checkoutStatus @checkoutStatus end |
#eBayPaymentStatus ⇒ Object
Returns the value of attribute eBayPaymentStatus.
31769 31770 31771 |
# File 'lib/eBay.rb', line 31769 def eBayPaymentStatus @eBayPaymentStatus end |
#feedbackReceived ⇒ Object
Returns the value of attribute feedbackReceived.
31772 31773 31774 |
# File 'lib/eBay.rb', line 31772 def feedbackReceived @feedbackReceived end |
#feedbackSent ⇒ Object
Returns the value of attribute feedbackSent.
31773 31774 31775 |
# File 'lib/eBay.rb', line 31773 def feedbackSent @feedbackSent end |
#integratedMerchantCreditCardEnabled ⇒ Object
Returns the value of attribute integratedMerchantCreditCardEnabled.
31781 31782 31783 |
# File 'lib/eBay.rb', line 31781 def integratedMerchantCreditCardEnabled @integratedMerchantCreditCardEnabled end |
#lastEmailSentTime ⇒ Object
Returns the value of attribute lastEmailSentTime.
31779 31780 31781 |
# File 'lib/eBay.rb', line 31779 def lastEmailSentTime @lastEmailSentTime end |
#paidStatus ⇒ Object
Returns the value of attribute paidStatus.
31767 31768 31769 |
# File 'lib/eBay.rb', line 31767 def paidStatus @paidStatus end |
#paidTime ⇒ Object
Returns the value of attribute paidTime.
31778 31779 31780 |
# File 'lib/eBay.rb', line 31778 def paidTime @paidTime end |
#paymentHoldStatus ⇒ Object
Returns the value of attribute paymentHoldStatus.
31775 31776 31777 |
# File 'lib/eBay.rb', line 31775 def paymentHoldStatus @paymentHoldStatus end |
#paymentMethodUsed ⇒ Object
Returns the value of attribute paymentMethodUsed.
31771 31772 31773 |
# File 'lib/eBay.rb', line 31771 def paymentMethodUsed @paymentMethodUsed end |
#payPalTransactionID ⇒ Object
Returns the value of attribute payPalTransactionID.
31770 31771 31772 |
# File 'lib/eBay.rb', line 31770 def payPalTransactionID @payPalTransactionID end |
#sellerInvoiceNumber ⇒ Object
Returns the value of attribute sellerInvoiceNumber.
31776 31777 31778 |
# File 'lib/eBay.rb', line 31776 def sellerInvoiceNumber @sellerInvoiceNumber end |
#sellerInvoiceTime ⇒ Object
Returns the value of attribute sellerInvoiceTime.
31780 31781 31782 |
# File 'lib/eBay.rb', line 31780 def sellerInvoiceTime @sellerInvoiceTime end |
#shippedStatus ⇒ Object
Returns the value of attribute shippedStatus.
31768 31769 31770 |
# File 'lib/eBay.rb', line 31768 def shippedStatus @shippedStatus end |
#shippedTime ⇒ Object
Returns the value of attribute shippedTime.
31777 31778 31779 |
# File 'lib/eBay.rb', line 31777 def shippedTime @shippedTime end |
#totalEmailsSent ⇒ Object
Returns the value of attribute totalEmailsSent.
31774 31775 31776 |
# File 'lib/eBay.rb', line 31774 def totalEmailsSent @totalEmailsSent end |
Instance Method Details
#set_any(elements) ⇒ Object
31784 31785 31786 |
# File 'lib/eBay.rb', line 31784 def set_any(elements) @__xmlele_any = elements end |