Sha256: 5a12042464c72758862cb503c6df4f97112675730a36e74dff48e529ab0cbbb1
Contents?: true
Size: 478 Bytes
Versions: 9
Compression:
Stored size: 478 Bytes
Contents
module Moysklad::Entities::CompanyConcern extend ActiveSupport::Concern included do include HappyMapper include Moysklad::Entities::CommonObject attribute :created, Time attribute :archived, HappyMapper::Boolean attribute :companyType, String attribute :discount, Float attribute :autoDiscount, Float attribute :discountCardNumber, String attribute :discountCorrection, Float element :code, String end end
Version data entries
9 entries across 9 versions & 1 rubygems