Class: EbayTrading::Types::CancelStatusCode

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

Constant Summary collapse

Invalid =
'Invalid'
NotApplicable =
'NotApplicable'
CancelRequested =
'CancelRequested'
CancelPending =
'CancelPending'
CancelRejected =
'CancelRejected'
CancelClosedNoRefund =
'CancelClosedNoRefund'
CancelClosedWithRefund =
'CancelClosedWithRefund'
CancelClosedUnknownRefund =
'CancelClosedUnknownRefund'
CancelClosedForCommitment =
'CancelClosedForCommitment'
CancelComplete =
'CancelComplete'
CancelFailed =
'CancelFailed'

Method Summary

Methods included from Enumeration

each