Sha256: 40a9dbbdace5573ea81cde39b171def5900692f863663c01817859d80621036f
Contents?: true
Size: 709 Bytes
Versions: 16
Compression:
Stored size: 709 Bytes
Contents
module Moysklad::Entities class Consignment < Entity attribute :meta, Meta attribute :id, String attribute :version, Integer attribute :updated, String attribute :name, String attribute :label, String attribute :externalCode, String attribute :archived, Boolean attribute :accountId, String attribute :assortment, Assortment # Когда загружаем через ассортименты эти поля устанавливаются attribute :stock, Float attribute :reserve, Float attribute :inTransit, Float attribute :quantity, Float end end
Version data entries
16 entries across 16 versions & 1 rubygems