Class: Ebay::Types::OrderStatusCode

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

Constant Summary collapse

Active =
'Active'
Inactive =
'Inactive'
Completed =
'Completed'
Cancelled =
'Cancelled'
Shipped =
'Shipped'
Default =
'Default'
Authenticated =
'Authenticated'
InProcess =
'InProcess'
Invalid =
'Invalid'

Method Summary

Methods included from Enumeration

each