Class: Workarea::GlobalE::Merchant::OriginalOrder
- Inherits:
-
Object
- Object
- Workarea::GlobalE::Merchant::OriginalOrder
- Defined in:
- app/services/workarea/global_e/merchant/original_order.rb
Instance Method Summary collapse
-
#id ⇒ String
Global-e order unique identifier for the Original order.
-
#merchant_internal_order_id ⇒ String
InternalOrderId returned from SendOrderToMerchant call for the Original order.
-
#merchant_order_id ⇒ String
OrderId returned from SendOrderToMerchant call for the Original order.
Instance Method Details
#id ⇒ String
Global-e order unique identifier for the Original order.
9 10 |
# File 'app/services/workarea/global_e/merchant/original_order.rb', line 9 def id end |
#merchant_internal_order_id ⇒ String
InternalOrderId returned from SendOrderToMerchant call for the Original order.
23 24 |
# File 'app/services/workarea/global_e/merchant/original_order.rb', line 23 def merchant_internal_order_id end |
#merchant_order_id ⇒ String
OrderId returned from SendOrderToMerchant call for the Original order.
16 17 |
# File 'app/services/workarea/global_e/merchant/original_order.rb', line 16 def merchant_order_id end |