Class: EbayTrading::Types::InquiryStatusCode

Inherits:
Object
  • Object
show all
Extended by:
Enumerable, Enumeration
Defined in:
lib/ebay_trading/types/inquiry_status_code.rb

Constant Summary collapse

Invalid =
'Invalid'
NotApplicable =
'NotApplicable'
TrackInquiryPendingBuyerResponse =
'TrackInquiryPendingBuyerResponse'
TrackInquiryPendingSellerResponse =
'TrackInquiryPendingSellerResponse'
TrackInquiryClosedWithRefund =
'TrackInquiryClosedWithRefund'
TrackInquiryClosedNoRefund =
'TrackInquiryClosedNoRefund'
TrackInquiryEscalatedPendingBuyer =
'TrackInquiryEscalatedPendingBuyer'
TrackInquiryEscalatedPendingSeller =
'TrackInquiryEscalatedPendingSeller'
TrackInquiryEscalatedPendingCS =
'TrackInquiryEscalatedPendingCS'
TrackInquiryEscalatedClosedWithRefund =
'TrackInquiryEscalatedClosedWithRefund'
TrackInquiryEscalatedClosedNoRefund =
'TrackInquiryEscalatedClosedNoRefund'

Method Summary

Methods included from Enumeration

each