Class: Workarea::GlobalE::OrderStatus
- Inherits:
-
Object
- Object
- Workarea::GlobalE::OrderStatus
- Defined in:
- app/services/workarea/global_e/order_status.rb
Instance Method Summary collapse
-
#name ⇒ String
Order status name.
-
#status_code ⇒ String
Code denoting the order status on the Merchant’s site (to be mapped on Global-e side).
Instance Method Details
#name ⇒ String
Order status name
16 17 |
# File 'app/services/workarea/global_e/order_status.rb', line 16 def name end |
#status_code ⇒ String
Code denoting the order status on the Merchant’s site (to be mapped on Global-e side)
9 10 |
# File 'app/services/workarea/global_e/order_status.rb', line 9 def status_code end |