Class: Workarea::GlobalE::OrderStatus

Inherits:
Object
  • Object
show all
Defined in:
app/services/workarea/global_e/order_status.rb

Instance Method Summary collapse

Instance Method Details

#nameString

Order status name

Returns:

  • (String)


16
17
# File 'app/services/workarea/global_e/order_status.rb', line 16

def name
end

#status_codeString

Code denoting the order status on the Merchant’s site (to be mapped on Global-e side)

Returns:

  • (String)


9
10
# File 'app/services/workarea/global_e/order_status.rb', line 9

def status_code
end