Sha256: 7d85f82417e759c8ff06bc037a61d1829e7b942b5e91b8994a277ad3eaf35280
Contents?: true
Size: 333 Bytes
Versions: 2
Compression:
Stored size: 333 Bytes
Contents
# frozen_string_literal: true module ErpIntegration # The `ErpIntegration::ChannelListing` exposes an uniformed API for interaction with # third-party ERP vendors. class ChannelListing < Resource attr_accessor :availability_source, :bom, :id, :channel, :product, :quantity, :product_identifier end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
erp_integration-0.23.0 | lib/erp_integration/channel_listing.rb |
erp_integration-0.22.0 | lib/erp_integration/channel_listing.rb |