Sha256: 619f83aeb5e9190499f27fb9a9d08966aa590845c5d73fc5e8b8af4f1d3155f7
Contents?: true
Size: 263 Bytes
Versions: 23
Compression:
Stored size: 263 Bytes
Contents
# frozen_string_literal: true module ErpIntegration # The `ErpIntegration::ProductTemplate` exposes an uniformed API for interaction with # third-party ERP vendors. class ProductTemplate < Resource attr_accessor :id, :name, :account_category end end
Version data entries
23 entries across 23 versions & 1 rubygems