Sha256: 733fc31254e6f05202794a60baba14c1f6e2d2aba2c43072f5cf40646521ce05
Contents?: true
Size: 607 Bytes
Versions: 2
Compression:
Stored size: 607 Bytes
Contents
module Workarea module GlobalE module Merchant class OriginalOrder # Global-e order unique identifier for the Original order. # # @return [String] # def id end # OrderId returned from SendOrderToMerchant call for the Original order. # # @return [String] # def merchant_order_id end # InternalOrderId returned from SendOrderToMerchant call for the Original order. # # @return [String] # def merchant_internal_order_id end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
workarea-global_e-1.3.0 | app/services/workarea/global_e/merchant/original_order.rb |
workarea-global_e-1.2.1 | app/services/workarea/global_e/merchant/original_order.rb |