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