Class: EbayTrading::Types::ReturnStatusCode

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

Constant Summary collapse

Invalid =
'Invalid'
NotApplicable =
'NotApplicable'
ReturnRequestPendingApproval =
'ReturnRequestPendingApproval'
ReturnRequestRejected =
'ReturnRequestRejected'
ReturnOpen =
'ReturnOpen'
ReturnShipped =
'ReturnShipped'
ReturnDelivered =
'ReturnDelivered'
ReturnClosedWithRefund =
'ReturnClosedWithRefund'
ReturnClosedEscalated =
'ReturnClosedEscalated'
ReturnClosedNoRefund =
'ReturnClosedNoRefund'
ReturnEscalatedPendingBuyer =
'ReturnEscalatedPendingBuyer'
ReturnEscalatedPendingSeller =
'ReturnEscalatedPendingSeller'
ReturnEscalatedPendingCS =
'ReturnEscalatedPendingCS'
ReturnEscalatedClosedWithRefund =
'ReturnEscalatedClosedWithRefund'
ReturnEscalatedClosedNoRefund =
'ReturnEscalatedClosedNoRefund'
ReturnEscalated =
'ReturnEscalated'
ReturnRequestPending =
'ReturnRequestPending'
ReturnRequestClosedWithRefund =
'ReturnRequestClosedWithRefund'
ReturnRequestClosedNoRefund =
'ReturnRequestClosedNoRefund'

Method Summary

Methods included from Enumeration

each