Sha256: 03fef2df9f364ee826ea4200db61626869e2a05b1a2a41d820c5b6bbd49458b6
Contents?: true
Size: 244 Bytes
Versions: 6
Compression:
Stored size: 244 Bytes
Contents
module Moysklad::Entities class SalePrice < Base include HappyMapper include Moysklad::Entities::XmlFix tag 'price' attribute :currencyUuid, String attribute :priceTypeUuid, String attribute :value, Float end end
Version data entries
6 entries across 6 versions & 1 rubygems