Sha256: 1f10e7c81606adde4bce74c91736a596ba66f5a0fc5364252e9b489edf130740
Contents?: true
Size: 325 Bytes
Versions: 16
Compression:
Stored size: 325 Bytes
Contents
module Moysklad::Entities class Productfolder < Entity attribute :accountId, String attribute :owner, Owner attribute :group, Group attribute :description, String attribute :vat, Float attribute :effectiveVat, Float attribute :productFolder, self end end
Version data entries
16 entries across 16 versions & 1 rubygems