Sha256: 0053f5b38abe5fc575654213d464b410150867d211dcf2062000a60dc8a5696a
Contents?: true
Size: 267 Bytes
Versions: 16
Compression:
Stored size: 267 Bytes
Contents
module Moysklad::Entities class CustomerOrderPosition < Base attribute :quantity, Integer attribute :price, Integer attribute :discount, Integer attribute :vat, Integer attribute :reserve, Integer attribute :assortment, Assortment end end
Version data entries
16 entries across 16 versions & 1 rubygems