# frozen_string_literal: true module ErpIntegration # The `ErpIntegration::Order` exposes an uniformed API for interaction with # third-party ERP vendors. class Order < Resource attr_accessor :id, :number end end