Class: Workarea::GlobalE::Merchant::OriginalOrder

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

Instance Method Summary collapse

Instance Method Details

#idString

Global-e order unique identifier for the Original order.

Returns:

  • (String)


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

def id
end

#merchant_internal_order_idString

InternalOrderId returned from SendOrderToMerchant call for the Original order.

Returns:

  • (String)


23
24
# File 'app/services/workarea/global_e/merchant/original_order.rb', line 23

def merchant_internal_order_id
end

#merchant_order_idString

OrderId returned from SendOrderToMerchant call for the Original order.

Returns:

  • (String)


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

def merchant_order_id
end