Sha256: b2e99d7d6e5eafbe06db49427a8cd4ac6ad9a958233e0ef27afe6ea68d142cdc
Contents?: true
Size: 655 Bytes
Versions: 1
Compression:
Stored size: 655 Bytes
Contents
module Moysklad::Entities class Good < Base include CommonObject tag 'good' attribute :isSerialTrackable, Boolean attribute :buyPrice, Float attribute :buyCurrencyUuid, String attribute :minPrice, Float attribute :salePrice, Float attribute :saleCurrencyUuid, String attribute :weight, Float attribute :volume, Float attribute :parentUuid, String attribute :productCode, String attribute :uomUuid, String element :code, String element :salePrices, Moysklad::Entities::SalePrices end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
moysklad-0.0.2 | lib/moysklad/entities/good.rb |