Sha256: f1e8e04fdebd92700ea073f85ca3974adf4c22154698b50142f097614f6a2820
Contents?: true
Size: 475 Bytes
Versions: 16
Compression:
Stored size: 475 Bytes
Contents
module Moysklad::Entities class Counterparty < Entity attribute :email, String attribute :phone, String attribute :fax, String attribute :tags, Array[String] attribute :actualAddress, String attribute :legalTitle, String attribute :legalAddress, String attribute :inn, String attribute :kpp, String attribute :ogrn, String attribute :okpo, String attribute :description, String attribute :syncid, String end end
Version data entries
16 entries across 16 versions & 1 rubygems